diff options
author | waker <wakeroid@gmail.com> | 2012-04-24 12:06:46 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2012-04-24 12:06:46 +0200 |
commit | d965ed0361823f42f46bc9d039daedd8b7e4fb9d (patch) | |
tree | e7ad8cb3c2c02ad81406c44101eb0d8d8da966c0 /plugins | |
parent | c7d5b563b65debdb931f49590b5f4600a6d60ca9 (diff) |
shellexecui compile fix
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/shellexecui/shellexecui.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/shellexecui/shellexecui.c b/plugins/shellexecui/shellexecui.c index 3182b5dc..ed1c6504 100644 --- a/plugins/shellexecui/shellexecui.c +++ b/plugins/shellexecui/shellexecui.c @@ -17,13 +17,12 @@ */ #include <stdlib.h> #include <string.h> -#include <deadbeef/deadbeef.h> #include <gtk/gtk.h> -#include <deadbeef/gtkui_api.h> -#include <glib/gprintf.h> #include "interface.h" #include "callbacks.h" #include "support.h" +#include "../../deadbeef.h" +#include "../gtkui/gtkui_api.h" #include "../shellexec/shellexec.h" #define trace(...) { fprintf(stderr, __VA_ARGS__); } |