diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-03-16 13:33:27 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-12 19:24:31 +0200 |
commit | 8349fa44752836762b8d273a696cb5096a576cee (patch) | |
tree | 5f9760f9dc20c9e0759751775770aab7fa3ea4b8 /test | |
parent | acdf23812c54af6953d81dd0d1e8e27a0d6c128c (diff) | |
download | uClibc-alpine-8349fa44752836762b8d273a696cb5096a576cee.tar.bz2 uClibc-alpine-8349fa44752836762b8d273a696cb5096a576cee.tar.xz |
Added string.h header for strerr prototype.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/rpc/getrpcent_r.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rpc/getrpcent_r.c b/test/rpc/getrpcent_r.c index 708deba10..65ca61cd9 100644 --- a/test/rpc/getrpcent_r.c +++ b/test/rpc/getrpcent_r.c @@ -1,6 +1,7 @@ #include <netdb.h> #include <stdio.h> #include <errno.h> +#include <string.h> int main(int argc, char *argv[]) { |