summaryrefslogtreecommitdiff
path: root/strings/strtoul.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/strtoul.c')
-rw-r--r--strings/strtoul.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strtoul.c b/strings/strtoul.c
index bbfaa6ad22a..e49a9ebea6a 100644
--- a/strings/strtoul.c
+++ b/strings/strtoul.c
@@ -19,6 +19,6 @@
#include <global.h>
#if !defined(MSDOS) && !defined(HAVE_STRTOUL)
-#define UNSIGNED
+#define USE_UNSIGNED
#include "strto.c"
#endif