]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/conffile.h
Merge branch 'sid'
[nfs-utils.git] / support / include / conffile.h
index 132a149069e5da08b211a8fd8d7c7cd2171abb67..ce7aa218a56527d9bcc1d77f275bab6a10c4e2fc 100644 (file)
@@ -34,6 +34,7 @@
 #define _CONFFILE_H_
 
 #include <sys/queue.h>
+#include <ctype.h>
 
 struct conf_list_node {
        TAILQ_ENTRY(conf_list_node) link;
@@ -74,4 +75,6 @@ static inline void upper2lower(char *str)
        while ((c = tolower(*str)))
                *str++ = c;
 }
+
+
 #endif                         /* _CONFFILE_H_ */