X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fifconfig.h;h=52fcc26b649b1fcd3491bb64087542c653dcaf47;hb=ce4d55b72fd4290d4710f10e755f6dd9ed039d88;hp=854780b7fd1093e3487ee9cc2110abda23a20975;hpb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;p=tinc diff --git a/src/ifconfig.h b/src/ifconfig.h index 854780b7..52fcc26b 100644 --- a/src/ifconfig.h +++ b/src/ifconfig.h @@ -20,6 +20,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "system.h" + extern void ifconfig_dhcp(FILE *out); extern void ifconfig_dhcp6(FILE *out); extern void ifconfig_slaac(FILE *out);