summaryrefslogtreecommitdiffstats
path: root/kttsd/players/artsplayer/artsplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/players/artsplayer/artsplayer.h')
-rw-r--r--kttsd/players/artsplayer/artsplayer.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kttsd/players/artsplayer/artsplayer.h b/kttsd/players/artsplayer/artsplayer.h
index 31a2fbf..edae1fc 100644
--- a/kttsd/players/artsplayer/artsplayer.h
+++ b/kttsd/players/artsplayer/artsplayer.h
@@ -19,7 +19,10 @@
#ifndef ARTSPLAYER_H
#define ARTSPLAYER_H
-#include <config.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <kdemacros.h>
#include "kdeexportfix.h"
@@ -92,5 +95,3 @@ private:
};
#endif
-
-// vim: sw=4 ts=8 et