From a0b207164c6c943adb8b3bf89b375a491b41806a Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 14 Dec 2012 17:38:18 +0100 Subject: setup_once.h: refactor inclusion of and Inclusion of top two most included header files now done in setup_once.h --- lib/if2ip.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/if2ip.h') diff --git a/lib/if2ip.h b/lib/if2ip.h index 99821b7c6..70842457c 100644 --- a/lib/if2ip.h +++ b/lib/if2ip.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2011, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2012, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -27,7 +27,6 @@ bool Curl_if_is_interface_name(const char *interf); char *Curl_if2ip(int af, const char *interf, char *buf, int buf_size); #ifdef __INTERIX -#include /* Nedelcho Stanev's work-around for SFU 3.0 */ struct ifreq { @@ -61,6 +60,7 @@ struct ifreq { #define ifr_mtu ifr_ifru.ifru_mtu /* mtu */ #define SIOCGIFADDR _IOW('s', 102, struct ifreq) /* Get if addr */ -#endif /* interix */ + +#endif /* __INTERIX */ #endif /* HEADER_CURL_IF2IP_H */ -- cgit v1.2.1