summaryrefslogtreecommitdiffstats
path: root/support/include/exportfs.h
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/exportfs.h
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/exportfs.h')
-rw-r--r--support/include/exportfs.h1
1 files changed, 1 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"