X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fifconfig.h;h=52fcc26b649b1fcd3491bb64087542c653dcaf47;hb=2c6b2d70e6640f39563ad7bb0aa0ba87f883848c;hp=3dbf9f6895926f3dae17127451545c07221f2636;hpb=3273e3254107a4b89cd9963012d5fac8927c417c;p=tinc diff --git a/src/ifconfig.h b/src/ifconfig.h index 3dbf9f68..52fcc26b 100644 --- a/src/ifconfig.h +++ b/src/ifconfig.h @@ -1,3 +1,6 @@ +#ifndef TINC_IFCONFIG_H +#define TINC_IFCONFIG_H + /* ifconfig.h -- header for ifconfig.c. Copyright (C) 2016 Guus Sliepen @@ -17,8 +20,7 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_IFCONFIG_H__ -#define __TINC_IFCONFIG_H__ +#include "system.h" extern void ifconfig_dhcp(FILE *out); extern void ifconfig_dhcp6(FILE *out);