Fix "HAVE_ARTS" is not defined warning messages.

Patch found in KDE bug report 118224 - No in game sounds.
(cherry picked from commit 756f3ebf21)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent 095a0d2d16
commit 787c8d6168

@ -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