Include stdlib.h and sys/param.h.
authorUlrich Drepper <drepper@redhat.com>
Thu, 12 Jun 2003 15:06:16 +0000 (15:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 12 Jun 2003 15:06:16 +0000 (15:06 +0000)
stdio-common/printf-parsemb.c

index 0d01d56..4a651cf 100644 (file)
@@ -1,4 +1,4 @@
-/* Internal header for parsing printf format strings.
+/* Helper functions for parsing printf format strings.
    Copyright (C) 1995-1999, 2000, 2002, 2003 Free Software Foundation, Inc.
    This file is part of th GNU C Library.
 
@@ -19,7 +19,9 @@
 
 #include <ctype.h>
 #include <limits.h>
+#include <stdlib.h>
 #include <string.h>
+#include <sys/param.h>
 #include <wchar.h>
 #include <wctype.h>