fix fallout from BSD patches

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-07-10 18:37:06 +02:00
parent 874201fee5
commit 860d2bbdda
4 changed files with 12 additions and 11 deletions

View File

@@ -20,6 +20,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "common.h"
#include "dhcpd.h"
#include "dhcpc.h"
//#include <features.h>
#include <asm/types.h>
@@ -32,10 +36,6 @@
#endif
#include <linux/filter.h>
#include "common.h"
#include "dhcpd.h"
#include "dhcpc.h"
int FAST_FUNC udhcp_raw_socket(int ifindex)
{
int fd;