diff --git a/src/autoip.h b/src/autoip.h index 1ebd7eb0af..53b43edc87 100644 --- a/src/autoip.h +++ b/src/autoip.h @@ -1,3 +1,8 @@ +#ifndef _SRC_AUTOIP_H +#define _SRC_AUTOIP_H + #include "nm-device.h" extern gboolean get_autoip (NMDevice *dev, struct in_addr *out_ip); + +#endif /* _SRC_AUTOIP_H */