diff options
author | Roy Marples <roy@marples.name> | 2007-10-09 12:52:09 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-09 12:52:09 +0000 |
commit | e89805e0c06792c58c19e47f99ab6379d69a2149 (patch) | |
tree | eba526ca3afdfdeb7f4baeba464956206aaa62d0 /src/rc.c | |
parent | 3ac49bd6b3ad681a98fb1c19c379c5ac68c8cc3f (diff) |
Quiet some compile time warnings on uclibc
Diffstat (limited to 'src/rc.c')
-rw-r--r-- | src/rc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ #include <stdlib.h> #include <signal.h> #include <string.h> +#include <strings.h> #include <syslog.h> #include <termios.h> #include <unistd.h> |