[lxc-devel] [PATCH 2/9] Add missing double-include #ifndef/#define/#endif to confile.h

Christian Seiler christian at iwakd.de
Thu Feb 9 14:33:08 UTC 2012


---
 src/lxc/confile.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/lxc/confile.h b/src/lxc/confile.h
index 6698fb2..f415e55 100644
--- a/src/lxc/confile.h
+++ b/src/lxc/confile.h
@@ -21,6 +21,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
 
+#ifndef _confile_h
+#define _confile_h
+
 struct lxc_conf;
 struct lxc_list;
 
@@ -30,3 +33,5 @@ extern int lxc_config_readline(char *buffer, struct lxc_conf *conf);
 extern int lxc_config_define_add(struct lxc_list *defines, char* arg);
 extern int lxc_config_define_load(struct lxc_list *defines,
 				  struct lxc_conf *conf);
+
+#endif
-- 
1.7.2.5





More information about the lxc-devel mailing list