aboutsummaryrefslogtreecommitdiff
path: root/src/pdstring.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdstring.c')
-rw-r--r--src/pdstring.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pdstring.c b/src/pdstring.c
index afc2f2e..44add2d 100644
--- a/src/pdstring.c
+++ b/src/pdstring.c
@@ -24,6 +24,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*=============================================================================*/
#include <m_pd.h>
+#include "mooPdUtils.h"
/* black magic */
#ifdef NT
@@ -75,7 +76,7 @@ static void *pdstring_new(void)
/*--------------------------------------------------------------------
* help
*/
-static void pdstring_help(t_pdstring *x)
+static void pdstring_help(MOO_UNUSED t_pdstring *x)
{
post("");
post("pdstring: byte-string externals version " PACKAGE_VERSION " by Bryan Jurish");