diff options
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[]) { |