diff options
Diffstat (limited to 'networking/udhcp/clientsocket.c')
-rw-r--r-- | networking/udhcp/clientsocket.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/networking/udhcp/clientsocket.c b/networking/udhcp/clientsocket.c index 0febc0459..8e68f31e7 100644 --- a/networking/udhcp/clientsocket.c +++ b/networking/udhcp/clientsocket.c | |||
@@ -20,6 +20,10 @@ | |||
20 | * along with this program; if not, write to the Free Software | 20 | * along with this program; if not, write to the Free Software |
21 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 21 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
22 | */ | 22 | */ |
23 | #include "common.h" | ||
24 | #include "dhcpd.h" | ||
25 | #include "dhcpc.h" | ||
26 | |||
23 | 27 | ||
24 | //#include <features.h> | 28 | //#include <features.h> |
25 | #include <asm/types.h> | 29 | #include <asm/types.h> |
@@ -32,10 +36,6 @@ | |||
32 | #endif | 36 | #endif |
33 | #include <linux/filter.h> | 37 | #include <linux/filter.h> |
34 | 38 | ||
35 | #include "common.h" | ||
36 | #include "dhcpd.h" | ||
37 | #include "dhcpc.h" | ||
38 | |||
39 | int FAST_FUNC udhcp_raw_socket(int ifindex) | 39 | int FAST_FUNC udhcp_raw_socket(int ifindex) |
40 | { | 40 | { |
41 | int fd; | 41 | int fd; |