summaryrefslogtreecommitdiffstats
path: root/support/include/conffile.h
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2009-08-27 11:31:08 -0400
committerSteve Dickson <steved@redhat.com>2009-08-27 11:31:08 -0400
commit1d2951b518dd5df4fc0a637880d204f0f4e949c5 (patch)
tree83026e9c835c86056617ffb00191c840b9fc025d /support/include/conffile.h
parent9999c036952eced407162c394ea69145752ea5c4 (diff)
downloadnfs-utils-1d2951b518dd5df4fc0a637880d204f0f4e949c5.tar.gz
nfs-utils-1d2951b518dd5df4fc0a637880d204f0f4e949c5.tar.xz
nfs-utils-1d2951b518dd5df4fc0a637880d204f0f4e949c5.zip
Cleaned up some warnings in the mount config file code.
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/include/conffile.h')
-rw-r--r--support/include/conffile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/include/conffile.h b/support/include/conffile.h
index 132a149..672020a 100644
--- a/support/include/conffile.h
+++ b/support/include/conffile.h
@@ -34,6 +34,7 @@
#define _CONFFILE_H_
#include <sys/queue.h>
+#include <ctype.h>
struct conf_list_node {
TAILQ_ENTRY(conf_list_node) link;