X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprocess.h;h=26a9cab661649b04ebf5cd8519fc56c73ba2a6e5;hb=1545909dcb3ac618754486f4ccd4d8f237d64bb7;hp=93ef5e9c91ee7f03c5675bcea0cb8d1f9c426a3f;hpb=5bccbe14e20d375300b2c195090152ed86a9e437;p=tinc diff --git a/src/process.h b/src/process.h index 93ef5e9c..26a9cab6 100644 --- a/src/process.h +++ b/src/process.h @@ -29,6 +29,8 @@ extern bool detach(void); extern bool kill_other(int); #ifdef HAVE_MINGW +#include "event.h" + extern io_t stop_io; extern bool init_service(void); #endif