X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fifconfig.h;h=52fcc26b649b1fcd3491bb64087542c653dcaf47;hb=2c6b2d70e6640f39563ad7bb0aa0ba87f883848c;hp=854780b7fd1093e3487ee9cc2110abda23a20975;hpb=b18d5b572992debb04a7851e43143711319243a0;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);