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/librc.h | |
parent | 3ac49bd6b3ad681a98fb1c19c379c5ac68c8cc3f (diff) |
Quiet some compile time warnings on uclibc
Diffstat (limited to 'src/librc.h')
-rw-r--r-- | src/librc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librc.h b/src/librc.h index 0012d903..410d7276 100644 --- a/src/librc.h +++ b/src/librc.h @@ -26,6 +26,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <time.h> #include <unistd.h> |