summaryrefslogtreecommitdiffstats
path: root/support/include
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-12-06 12:16:30 -0500
committerSteve Dickson <steved@redhat.com>2014-12-07 10:20:40 -0500
commita32adf5a11a22c480a10ebc8c9238771e13fe05e (patch)
tree694ff5c1fc1438b0e2cc75358b717a553ac04292 /support/include
parent4ac215e53e7d1ae54da2930f2d77eff74092040d (diff)
downloadnfs-utils-a32adf5a11a22c480a10ebc8c9238771e13fe05e.tar.gz
nfs-utils-a32adf5a11a22c480a10ebc8c9238771e13fe05e.tar.xz
nfs-utils-a32adf5a11a22c480a10ebc8c9238771e13fe05e.zip
Add string.h to source files that need it
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/include')
-rw-r--r--support/include/exportfs.h1
-rw-r--r--support/include/nfsrpc.h1
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>