diff options
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 (); |