mirror of
https://git.busybox.net/udhcp
synced 2025-10-14 01:59:23 +08:00
re-order includes so prototypes get changed properly
This commit is contained in:
2
packet.c
2
packet.c
@@ -14,10 +14,10 @@
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "packet.h"
|
||||
#include "dhcpd.h"
|
||||
#include "options.h"
|
||||
#include "common.h"
|
||||
|
||||
|
||||
void init_header(struct dhcpMessage *packet, char type)
|
||||
|
@@ -26,8 +26,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "pidfile.h"
|
||||
#include "common.h"
|
||||
#include "pidfile.h"
|
||||
|
||||
static char *saved_pidfile;
|
||||
|
||||
|
Reference in New Issue
Block a user