diff options
Diffstat (limited to 'lib-src/yow.c')
| -rw-r--r-- | lib-src/yow.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/yow.c b/lib-src/yow.c index b67d2f1eeee..a37563a6f33 100644 --- a/lib-src/yow.c +++ b/lib-src/yow.c | |||
| @@ -14,6 +14,10 @@ | |||
| 14 | #include <ctype.h> | 14 | #include <ctype.h> |
| 15 | #include <../src/paths.h> /* For PATH_DATA. */ | 15 | #include <../src/paths.h> /* For PATH_DATA. */ |
| 16 | 16 | ||
| 17 | #ifdef __GNU_LIBRARY__ | ||
| 18 | # include <string.h> | ||
| 19 | #endif | ||
| 20 | |||
| 17 | #define BUFSIZE 80 | 21 | #define BUFSIZE 80 |
| 18 | #define SEP '\0' | 22 | #define SEP '\0' |
| 19 | 23 | ||