From fb399652810d926756f296abeb94e880b02ba2cc Mon Sep 17 00:00:00 2001 From: Robert Love Date: Mon, 30 Jan 2006 21:53:35 +0000 Subject: [PATCH] Wrap in ifdefs to be anal. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1409 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- src/autoip.h | 5 +++++ 1 file changed, 5 insertions(+) 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 */