diff options
Diffstat (limited to 'lock.c')
-rw-r--r-- | lock.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ #include "config.h" #include <stdio.h> +#ifdef HAVE_STRING_H +#include <string.h> /* strcat() */ +#endif #if defined(STDC_HEADERS) #include <stdlib.h> #endif |