summaryrefslogtreecommitdiff
path: root/libc/include/net/ethernet.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/net/ethernet.h')
-rw-r--r--libc/include/net/ethernet.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libc/include/net/ethernet.h b/libc/include/net/ethernet.h
index b1b88dd0a..47858b336 100644
--- a/libc/include/net/ethernet.h
+++ b/libc/include/net/ethernet.h
@@ -25,8 +25,11 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
+
#ifndef _NET_ETHERNET_H_
-#define _NET_IF_ETHERNET_H_
+#define _NET_ETHERNET_H_
+
#include <linux/if_ether.h>
#include <net/if_ether.h>
-#endif /* !_NET_ETHERNET_H_ */
+
+#endif