summaryrefslogtreecommitdiff
path: root/plugins/hotkeys/hotkeys.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2013-08-18 16:47:43 +0200
committerGravatar waker <wakeroid@gmail.com>2013-08-18 16:47:43 +0200
commit4b3d9b3dbf50cf65b690099047b6f0f8cbb380d2 (patch)
tree82d5158eac8bf97778fa71943d480a63e568db67 /plugins/hotkeys/hotkeys.c
parentb81070152bb7a13c50a936ed9b1cf3d734583b2f (diff)
moved parser into separate lib
Diffstat (limited to 'plugins/hotkeys/hotkeys.c')
-rw-r--r--plugins/hotkeys/hotkeys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c
index a7a1096c..9450e36c 100644
--- a/plugins/hotkeys/hotkeys.c
+++ b/plugins/hotkeys/hotkeys.c
@@ -26,7 +26,7 @@
#include <sys/prctl.h>
#endif
-#include "parser.h"
+#include "../libparser/parser.h"
#include "hotkeys.h"
#include "../../deadbeef.h"
#include "actionhandlers.h"