summaryrefslogtreecommitdiffstats
path: root/kbounce/main.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-10-29 18:58:25 -0500
committerSlávek Banko <[email protected]>2012-12-22 14:01:25 +0100
commit787c8d6168852df3a07572f9117797534338f043 (patch)
tree99119e6a939713ad6c4ebfdfd8ec73b04ffd6981 /kbounce/main.cpp
parent095a0d2d168f01b718efa0605463785d31761b8e (diff)
downloadtdegames-787c8d6168852df3a07572f9117797534338f043.tar.gz
tdegames-787c8d6168852df3a07572f9117797534338f043.zip
Fix "HAVE_ARTS" is not defined warning messages.
Patch found in KDE bug report 118224 - No in game sounds. (cherry picked from commit 756f3ebf21133d298ece3e8f1f52029ee40b5252)
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 41ed3a7b..45ef345a 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