Fix "HAVE_ARTS" is not defined warning messages.

Patch found in KDE bug report 118224 - No in game sounds.
pull/1/head
Darrell Anderson 12 years ago
parent f5d2a52010
commit 756f3ebf21

@ -23,6 +23,8 @@
#include <tqcanvas.h>
#include <tqmemarray.h>
#include "../config.h"
#if HAVE_ARTS
#include <arts/soundserver.h>

@ -20,6 +20,8 @@
#include <kcmdlineargs.h>
#include <kaboutdata.h>
#include "../config.h"
#if HAVE_ARTS
#include <arts/dispatcher.h>
#endif

Loading…
Cancel
Save