diff options
Diffstat (limited to 'inet/netinet/ether.h')
-rw-r--r-- | inet/netinet/ether.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inet/netinet/ether.h b/inet/netinet/ether.h index 06d01b1508..c7985d7acc 100644 --- a/inet/netinet/ether.h +++ b/inet/netinet/ether.h @@ -17,9 +17,9 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef __NETINET_ETHER_H +#ifndef _NETINET_ETHER_H +#define _NETINET_ETHER_H 1 -#define __NETINET_ETHER_H 1 #include <features.h> /* Get definition of `struct ether_addr'. */ |