(read_filesystem_list): Remove all_fs
[gnulib.git] / lib / xstrtol.c
index befa2f7..cd85a3f 100644 (file)
@@ -21,6 +21,8 @@
 # include <config.h>
 #endif
 
+#include <stdio.h>
+
 #if STDC_HEADERS
 # include <stdlib.h>
 #endif
 # endif
 #endif
 
+/* Some pre-ANSI implementations (e.g. SunOS 4)
+   need stderr defined if assertion checking is enabled.  */
+#ifndef NDEBUG
+# include <stdio.h>
+#endif
+
 #include <assert.h>
 
 #include <errno.h>