summaryrefslogtreecommitdiff
path: root/lib-src/b2m.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-08-19 03:54:46 +0000
committerJim Blandy <jimb@redhat.com>1992-08-19 03:54:46 +0000
commitfea425b9ddc3534a501a86de782ecabf406ebb47 (patch)
tree6bf3f918ced5456561952138dd895a76fafaef94 /lib-src/b2m.c
parent529ba5d03e88b434f941d038577653a24d43f539 (diff)
downloademacs-fea425b9ddc3534a501a86de782ecabf406ebb47.tar.gz
entered into RCS
Diffstat (limited to 'lib-src/b2m.c')
-rw-r--r--lib-src/b2m.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/b2m.c b/lib-src/b2m.c
index 2aa79b8edc0..5ae81949aed 100644
--- a/lib-src/b2m.c
+++ b/lib-src/b2m.c
@@ -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 ();