diff options
Diffstat (limited to 'src/trg-main-window.c')
-rw-r--r-- | src/trg-main-window.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c index 65556ae..53c568e 100644 --- a/src/trg-main-window.c +++ b/src/trg-main-window.c @@ -17,7 +17,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include <stdlib.h> #include <string.h> |