diff options
author | 2004-01-03 20:05:41 +0000 | |
---|---|---|
committer | 2004-01-03 20:05:41 +0000 | |
commit | ad37ab3299ad61b0ab34602a1d900b086b54a6cd (patch) | |
tree | aebb8382330d538d03497341c23703129d1d9fd7 | |
parent | Replace bogus use of fgetln() (which doesn't NUL-terminate strings) (diff) | |
download | wireguard-openbsd-ad37ab3299ad61b0ab34602a1d900b086b54a6cd.tar.xz wireguard-openbsd-ad37ab3299ad61b0ab34602a1d900b086b54a6cd.zip |
missing prototypes; ok espie
-rw-r--r-- | gnu/lib/libiberty/src/oldhashtab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libiberty/src/oldhashtab.c b/gnu/lib/libiberty/src/oldhashtab.c index c59e3159520..3f2a8ace94a 100644 --- a/gnu/lib/libiberty/src/oldhashtab.c +++ b/gnu/lib/libiberty/src/oldhashtab.c @@ -39,6 +39,7 @@ Boston, MA 02111-1307, USA. */ #include <stdlib.h> #endif +#include <string.h> #include "libiberty.h" #include "hashtab.h" |