diff options
| author | Jim Blandy | 1992-08-19 03:54:46 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-08-19 03:54:46 +0000 |
| commit | fbfed6f05fdf5bf363ca5691aefde4d573ce8203 (patch) | |
| tree | 726c22e6a55cb3e760a25f6aa60580d76c8de253 /lib-src/b2m.c | |
| parent | 4d4c4e027fe376759227a6fb6b31a88be6e36347 (diff) | |
| download | emacs-fbfed6f05fdf5bf363ca5691aefde4d573ce8203.tar.gz emacs-fbfed6f05fdf5bf363ca5691aefde4d573ce8203.zip | |
entered into RCS
Diffstat (limited to 'lib-src/b2m.c')
| -rw-r--r-- | lib-src/b2m.c | 7 |
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 @@ | |||
| 17 | 17 | ||
| 18 | #include <stdio.h> | 18 | #include <stdio.h> |
| 19 | #include <time.h> | 19 | #include <time.h> |
| 20 | |||
| 21 | #include "../src/config.h" | ||
| 22 | |||
| 23 | #ifdef USG | ||
| 24 | #include <string.h> | ||
| 25 | #else | ||
| 20 | #include <strings.h> | 26 | #include <strings.h> |
| 27 | #endif | ||
| 21 | 28 | ||
| 22 | /* BSD's strings.h does not declare the type of strtok. */ | 29 | /* BSD's strings.h does not declare the type of strtok. */ |
| 23 | extern char *strtok (); | 30 | extern char *strtok (); |