summaryrefslogtreecommitdiff
path: root/src/notifications/notifier.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifications/notifier.hpp')
-rw-r--r--src/notifications/notifier.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notifications/notifier.hpp b/src/notifications/notifier.hpp
index 869b918..987b123 100644
--- a/src/notifications/notifier.hpp
+++ b/src/notifications/notifier.hpp
@@ -2,8 +2,8 @@
#include <glibmm/ustring.h>
#include <gdkmm/pixbuf.h>
-#ifdef WITH_MINIAUDIO
-#include <miniaudio.h>
+#ifdef ENABLE_NOTIFICATION_SOUNDS
+ #include <miniaudio.h>
#endif
class Notifier {