summaryrefslogtreecommitdiffstats
path: root/kbounce/main.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-29 18:58:25 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-29 18:58:25 -0500
commit756f3ebf21133d298ece3e8f1f52029ee40b5252 (patch)
tree289a6f8d30e9a24a9ffba49e60a49775bf40504c /kbounce/main.cpp
parentf5d2a5201072efc80bce3730a0e8a20ca5f95880 (diff)
downloadtdegames-756f3ebf21133d298ece3e8f1f52029ee40b5252.tar.gz
tdegames-756f3ebf21133d298ece3e8f1f52029ee40b5252.zip
Fix "HAVE_ARTS" is not defined warning messages.
Patch found in KDE bug report 118224 - No in game sounds.
Diffstat (limited to 'kbounce/main.cpp')
-rw-r--r--kbounce/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/kbounce/main.cpp b/kbounce/main.cpp
index 6d11bf84..b5363505 100644
--- a/kbounce/main.cpp
+++ b/kbounce/main.cpp
@@ -20,6 +20,8 @@
#include <kcmdlineargs.h>
#include <kaboutdata.h>
+#include "../config.h"
+
#if HAVE_ARTS
#include <arts/dispatcher.h>
#endif