diff options
| -rw-r--r-- | git.c | 1 | ||||
| -rw-r--r-- | pullreqd.c | 1 | 
2 files changed, 2 insertions, 0 deletions
| @@ -4,6 +4,7 @@  #include <stdio.h>  #include <stdlib.h>  #include <string.h> +#include <strings.h>  #include <sys/stat.h>  #include <sys/types.h>  #include <syslog.h> @@ -3,6 +3,7 @@  #include <stdint.h>  #include <stdlib.h>  #include <string.h> +#include <strings.h>  #include <syslog.h>  #include <unistd.h>  #include "config.h" | 
