From a62cb4b707bbaadd3c61002d519b706533d7b289 Mon Sep 17 00:00:00 2001 From: Memphis Date: Wed, 1 Jun 2011 18:05:50 +0200 Subject: [PATCH] - include string.h for memcpy --- examples/nfsclient-raw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/nfsclient-raw.c b/examples/nfsclient-raw.c index ad8576a..40be303 100644 --- a/examples/nfsclient-raw.c +++ b/examples/nfsclient-raw.c @@ -24,6 +24,7 @@ #include #include +#include #include #include "libnfs.h" #include "libnfs-raw.h" -- 2.34.1