summaryrefslogtreecommitdiff
path: root/misc/strtoul.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/strtoul.c')
-rw-r--r--misc/strtoul.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/strtoul.c b/misc/strtoul.c
index 74126ab7c..87ab3dcd9 100644
--- a/misc/strtoul.c
+++ b/misc/strtoul.c
@@ -16,6 +16,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA. */
+#include "system.h"
+
#define UNSIGNED 1
-#include <limits.h>
-#include <strtol.c>
+
+#include "strtol.c"