diff lib-src/b2m.c @ 998:61c6983219ff

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Wed, 19 Aug 1992 03:54:46 +0000
parents c1abcb55a546
children df8249aa4901
line wrap: on
line diff
--- a/lib-src/b2m.c	Tue Aug 18 21:18:19 1992 +0000
+++ b/lib-src/b2m.c	Wed Aug 19 03:54:46 1992 +0000
@@ -17,7 +17,14 @@
 
 #include <stdio.h>
 #include <time.h>
+
+#include "../src/config.h"
+
+#ifdef USG
+#include <string.h>
+#else
 #include <strings.h>
+#endif
 
 /* BSD's strings.h does not declare the type of strtok.  */
 extern char *strtok ();