summaryrefslogtreecommitdiff
path: root/plugins/shellexec
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-04-11 18:02:56 +0200
committerGravatar waker <wakeroid@gmail.com>2012-04-11 18:02:56 +0200
commit3959c7f25b86e0e57a1a1258dfab120bcebaa1d8 (patch)
tree411fec32727fc23808b9f6258f643d287b7d498c /plugins/shellexec
parent6b183e6ba1553000b0ba5fab5477a3b7e8283bc9 (diff)
shellexec compile fix
Diffstat (limited to 'plugins/shellexec')
-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__); }