From: Memphis Date: Wed, 1 Jun 2011 16:05:50 +0000 (+0200) Subject: - include string.h for memcpy X-Git-Tag: upstream/1.9.6^2~409^2~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=a62cb4b707bbaadd3c61002d519b706533d7b289;p=deb_libnfs.git - include string.h for memcpy --- 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"