summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/strtoumax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/strtoumax.c b/lib/strtoumax.c
index c89537e27..dc395d626 100644
--- a/lib/strtoumax.c
+++ b/lib/strtoumax.c
@@ -1,2 +1,2 @@
-#define STRTOUXMAX_UNSIGNED
-#include "strtoxmax.c"
+#define UNSIGNED 1
+#include "strtoimax.c"