X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=system.h;h=51adca0b785679c8ae34069a32e4483d69412426;hp=f6b2bd8bf01f43dd6b225333431211dd2015a680;hb=1c34ba7fb8580949f3bd3a0d804747bbaea28e36;hpb=b200b0d812763563dbe09e5da116c55e45f89e4f diff --git a/system.h b/system.h index f6b2bd8b..51adca0b 100644 --- a/system.h +++ b/system.h @@ -41,5 +41,12 @@ #endif #define N_(Text) Text +#ifndef HAVE_STRSIGNAL +# define strsignal(p) "" +#endif + +/* Other functions */ +#include + #endif /* __TINC_SYSTEM_H__ */