comparison toys/pending/dhcpd.c @ 1104:e11684e3bbc5 draft

Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore.
author Rob Landley <rob@landley.net>
date Sat, 02 Nov 2013 14:24:33 -0500
parents d3f9e55e350a
children 0ecfaa7022e8
comparison
equal deleted inserted replaced
1103:bc09fa708d94 1104:e11684e3bbc5
23 */ 23 */
24 24
25 #define FOR_dhcpd 25 #define FOR_dhcpd
26 26
27 #include "toys.h" 27 #include "toys.h"
28 #include "toynet.h"
29 #include <linux/sockios.h> 28 #include <linux/sockios.h>
30 #include <linux/if_ether.h> 29 #include <linux/if_ether.h>
31 30
32 // Todo: headers not in posix 31 // Todo: headers not in posix
33 #include <netinet/ip.h> 32 #include <netinet/ip.h>