PPPoEDevice.cpp: Add missing header for htons

Signed-off-by: Jaroslaw Pelczar <[email protected]>
Change-Id: Icbb7d71a155da2ecbeaba578bdf022dac7b4d04f
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1778
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Jaroslaw Pelczar
2019-08-30 14:15:09 +00:00
committed by waddlesplash
parent cca5be407e
commit 5d1791071e
@@ -8,6 +8,7 @@
#include <ByteOrder.h>
#include <net/if_dl.h>
#include <net_stack.h>
#include <arpa/inet.h>
#include <ethernet.h>
#include <ether_driver.h>