]> git.webhop.me Git - shellexec.git/commitdiff
- fix missing include
authorsvenhoefer <svenhoefer@svenhoefer.com>
Fri, 23 Sep 2016 07:49:42 +0000 (09:49 +0200)
committersvenhoefer <svenhoefer@svenhoefer.com>
Fri, 23 Sep 2016 07:49:42 +0000 (09:49 +0200)
starter.c

index 01a85b7ccc68384cebf566b31fa4478f5dbf4d33..a83ecfdf55f1ee89695d67f58dd806a9f1e9f46f 100644 (file)
--- a/starter.c
+++ b/starter.c
@@ -24,6 +24,9 @@
 #include <unistd.h>
 #include <sys/wait.h>
 #include <plugin.h>
+
+#include "current.h"
+
 #define SCRIPT __plugin__
 
 void main()