- Timestamp:
- Aug 3, 2019, 1:51:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/3.2.2/mindi-busybox/networking/udhcp/dhcpc.c
r3306 r3715 27 27 28 28 #include <asm/types.h> 29 #if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1 ) || defined(_NEWLIB_VERSION)29 #if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1 && __GLIBC_MINOR__ < 2) || defined(_NEWLIB_VERSION) 30 30 # include <netpacket/packet.h> 31 31 # include <net/ethernet.h>
Note:
See TracChangeset
for help on using the changeset viewer.