]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - LogFile.h
2003-07-08 Max Bowsher <maxb@ukf.net>
[cygwin-apps/setup.git] / LogFile.h
index b241fe680781e13c6b22f6e8c281e9a88ce36705..ada3f119f41ff74ba71281da94a19ef2d9f7da25 100644 (file)
--- a/LogFile.h
+++ b/LogFile.h
@@ -13,6 +13,9 @@
  *
  */
 
+#ifndef SETUP_LOGFILE_H
+#define SETUP_LOGFILE_H
+
 #include "LogSingleton.h"
 #include <sstream>
 
@@ -41,3 +44,5 @@ protected:
 private:
   void log_save (int babble, String const &filename, bool append);
 };
+
+#endif /* SETUP_LOGFILE_H */
This page took 0.059939 seconds and 5 git commands to generate.