diff options
Diffstat (limited to 'include/Main.h')
-rw-r--r-- | include/Main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Main.h b/include/Main.h index 014fc6b..41ffd48 100644 --- a/include/Main.h +++ b/include/Main.h @@ -1,8 +1,8 @@ #ifndef __MAIN_H__ #define __MAIN_H__ -#include "gettext.h" #include "Exceptions.h" +#include "gettext.h" extern char ** environ; |