From: Steve Dickson Date: Thu, 27 Aug 2009 15:31:08 +0000 (-0400) Subject: Cleaned up some warnings in the mount config file code. X-Git-Tag: nfs-utils-1-2-1-rc5~8 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=1d2951b518dd5df4fc0a637880d204f0f4e949c5 Cleaned up some warnings in the mount config file code. Signed-off-by: Steve Dickson --- 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 +#include struct conf_list_node { TAILQ_ENTRY(conf_list_node) link; diff --git a/utils/mount/mount_config.h b/utils/mount/mount_config.h index 9a885a9..3023306 100644 --- a/utils/mount/mount_config.h +++ b/utils/mount/mount_config.h @@ -20,6 +20,8 @@ inline void mount_config_init(char *); #ifdef MOUNT_CONFIG #include "conffile.h" +#include "xlog.h" + extern char *conf_get_mntopts(char *, char *, char *); inline void mount_config_init(char *program)