diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp_config.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp_config.c b/src/sp_config.c index dbf3881..debf749 100644 --- a/src/sp_config.c +++ b/src/sp_config.c | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | #include <errno.h> | 1 | #include <errno.h> |
| 2 | #if defined(__FreeBSD__) | ||
| 3 | #define _WITH_GETLINE | ||
| 4 | #endif | ||
| 2 | #include <stdio.h> | 5 | #include <stdio.h> |
| 3 | #include <string.h> | 6 | #include <string.h> |
| 4 | 7 | ||
