diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-03-16 13:33:27 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-03-16 13:33:27 +0000 |
commit | 72e880a46d65bcce7374c59826531240d6a316ba (patch) | |
tree | d25dcbcc884bfe2dbff5393c853060a55959ee59 | |
parent | 9889c8791b5277e79af660e0c722459ff5bc3e65 (diff) |
Added string.h header for strerr prototype.
-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[]) { |