From 1d2951b518dd5df4fc0a637880d204f0f4e949c5 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Thu, 27 Aug 2009 11:31:08 -0400 Subject: [PATCH] Cleaned up some warnings in the mount config file code. Signed-off-by: Steve Dickson --- support/include/conffile.h | 1 + utils/mount/mount_config.h | 2 ++ 2 files changed, 3 insertions(+) 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) -- 2.39.2