diff options
Diffstat (limited to 'support/include')
-rw-r--r-- | support/include/exportfs.h | 1 | ||||
-rw-r--r-- | support/include/nfsrpc.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/support/include/exportfs.h b/support/include/exportfs.h index 3b92f04..4cac203 100644 --- a/support/include/exportfs.h +++ b/support/include/exportfs.h @@ -10,6 +10,7 @@ #define EXPORTFS_H #include <netdb.h> +#include <string.h> #include "sockaddr.h" #include "nfslib.h" diff --git a/support/include/nfsrpc.h b/support/include/nfsrpc.h index 1bfae7a..fbbdb6a 100644 --- a/support/include/nfsrpc.h +++ b/support/include/nfsrpc.h @@ -23,6 +23,7 @@ #ifndef __NFS_UTILS_NFSRPC_H #define __NFS_UTILS_NFSRPC_H +#include <string.h> #include <rpc/types.h> #include <rpc/clnt.h> |