aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r--networking/udhcp/dhcpc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h
index 80c3fc2f8..7c93f4232 100644
--- a/networking/udhcp/dhcpc.h
+++ b/networking/udhcp/dhcpc.h
@@ -2,9 +2,8 @@
2#ifndef _DHCPC_H 2#ifndef _DHCPC_H
3#define _DHCPC_H 3#define _DHCPC_H
4 4
5#ifndef DEFAULT_SCRIPT 5/* grab define DEFAULT_SCRIPT */
6#define DEFAULT_SCRIPT "/usr/share/udhcpc/default.script" 6#include "libbb_udhcp.h"
7#endif
8 7
9#define INIT_SELECTING 0 8#define INIT_SELECTING 0
10#define REQUESTING 1 9#define REQUESTING 1