author | Lorenzo Bettini <bettini@dsi.unifi.it> | 2012年04月14日 16:04:37 +0200 |
---|---|---|
committer | Lorenzo Bettini <bettini@dsi.unifi.it> | 2012年04月14日 16:04:37 +0200 |
commit | 4978d781ddf461c3d0b252d8e5dccda06288e0b3 (patch) | |
tree | 7de8a66feb66e4e42c302b177c4fb2e5dc5cd16e /src/source-highlight-settings.cpp | |
parent | a9beab9522b7f542f2a1fd624c3acfa244520ce1 (diff) | |
download | src-highlite-4978d781ddf461c3d0b252d8e5dccda06288e0b3.tar.gz |
-rw-r--r-- | src/source-highlight-settings.cpp | 6 |
diff --git a/src/source-highlight-settings.cpp b/src/source-highlight-settings.cpp index 9eefe6d..7489f22 100644 --- a/src/source-highlight-settings.cpp +++ b/src/source-highlight-settings.cpp @@ -21,6 +21,10 @@ * This program is part of GNU source-highlight */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <cstdlib> #include <iostream> @@ -28,8 +32,6 @@ #include "srchilite/versions.h" #ifdef HAVE_CONFIG_H -#include "config.h" - // this is glib related so don't use it when compiling with qmake #include "progname.h" |