flag fields are u_int's
[unix-history] / usr / src / lib / libc / string / strerror.c
index deb1e67..255aab8 100644 (file)
@@ -6,10 +6,11 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strerror.c 5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)strerror.c 5.5 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <string.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <string.h>
+#include <stdio.h>
 
 char *
 strerror(errnum)
 
 char *
 strerror(errnum)