diff options
Diffstat (limited to 'src/shared/Config/ConfigEnv.h')
-rw-r--r-- | src/shared/Config/ConfigEnv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/Config/ConfigEnv.h b/src/shared/Config/ConfigEnv.h index c98fe6b38b0..75209a7fc6b 100644 --- a/src/shared/Config/ConfigEnv.h +++ b/src/shared/Config/ConfigEnv.h @@ -17,10 +17,14 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + #if !defined(CONFIGENVIRONMENT_H) + #define CONFIGENVIRONMENT_H + #include "Common.h" #include "dotconfpp/dotconfpp.h" #include "Config.h" + #endif |