X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fconffile.h;h=ce7aa218a56527d9bcc1d77f275bab6a10c4e2fc;hp=132a149069e5da08b211a8fd8d7c7cd2171abb67;hb=HEAD;hpb=8414d150cee62ba0554cfd645956a88dba02a7eb diff --git a/support/include/conffile.h b/support/include/conffile.h index 132a149..ce7aa21 100644 --- a/support/include/conffile.h +++ b/support/include/conffile.h @@ -34,6 +34,7 @@ #define _CONFFILE_H_ #include +#include 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_ */