aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/udhcp/clientsocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/clientsocket.c b/networking/udhcp/clientsocket.c
index 0be661d4f..114200192 100644
--- a/networking/udhcp/clientsocket.c
+++ b/networking/udhcp/clientsocket.c
@@ -22,11 +22,11 @@
22 */ 22 */
23 23
24#include <features.h> 24#include <features.h>
25#include <asm/types.h>
25#if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined(_NEWLIB_VERSION) 26#if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined(_NEWLIB_VERSION)
26#include <netpacket/packet.h> 27#include <netpacket/packet.h>
27#include <net/ethernet.h> 28#include <net/ethernet.h>
28#else 29#else
29#include <asm/types.h>
30#include <linux/if_packet.h> 30#include <linux/if_packet.h>
31#include <linux/if_ether.h> 31#include <linux/if_ether.h>
32#endif 32#endif