summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2009-03-16 13:33:27 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2009-03-16 13:33:27 +0000
commit72e880a46d65bcce7374c59826531240d6a316ba (patch)
treed25dcbcc884bfe2dbff5393c853060a55959ee59 /test
parent9889c8791b5277e79af660e0c722459ff5bc3e65 (diff)
Added string.h header for strerr prototype.
Diffstat (limited to 'test')
-rw-r--r--test/rpc/getrpcent_r.c1
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[])
{