udhcp: build fix for ppc kernel 2.4.36

This commit is contained in:
Denis Vlasenko 2008-03-25 06:04:58 +00:00
parent 0c3b0d501e
commit a1acfc8f37

View File

@ -22,11 +22,11 @@
*/
#include <features.h>
#include <asm/types.h>
#if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined(_NEWLIB_VERSION)
#include <netpacket/packet.h>
#include <net/ethernet.h>
#else
#include <asm/types.h>
#include <linux/if_packet.h>
#include <linux/if_ether.h>
#endif