From: svenhoefer Date: Fri, 23 Sep 2016 07:49:42 +0000 (+0200) Subject: - fix missing include X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=121bd13453a515f6a5e684bbde10fc04160bdcbb;p=shellexec.git - fix missing include --- diff --git a/starter.c b/starter.c index 01a85b7..a83ecfd 100644 --- a/starter.c +++ b/starter.c @@ -24,6 +24,9 @@ #include #include #include + +#include "current.h" + #define SCRIPT __plugin__ void main()