summaryrefslogtreecommitdiff
path: root/plugins/shellexec/shellexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shellexec/shellexec.c')
-rw-r--r--plugins/shellexec/shellexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shellexec/shellexec.c b/plugins/shellexec/shellexec.c
index b73299f9..c3cc4251 100644
--- a/plugins/shellexec/shellexec.c
+++ b/plugins/shellexec/shellexec.c
@@ -49,7 +49,7 @@
#include <stdlib.h>
#include <limits.h>
-#include <deadbeef/deadbeef.h>
+#include "../../deadbeef.h"
#include "shellexec.h"
//#define trace(...) { fprintf(stderr, __VA_ARGS__); }