aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-28 15:32:41 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-28 15:32:41 +0200
commite197a504753cbe8d08adbd5e58deaf839fe4ca53 (patch)
treee8d63aa95694f388961537dca04c3c9b5ce81f73 /src/main.cpp
parente7da86053b3df2882816b0df8089e1a51b61939f (diff)
downloadosc-graphics-e197a504753cbe8d08adbd5e58deaf839fe4ca53.tar.gz
include config.h
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d31f14f..aef57a1 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>