diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-01-13 16:25:09 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-01-13 16:25:09 +0100 |
commit | c9dbae14bfcfa140077fbdaa9eb5b4059483fdf5 (patch) | |
tree | 3f1d768cb627a41903450dd786b8f15a1f1fdb6d /gdhcp | |
parent | b68795352dd5a9ac41eab31c765ade0c88329a6e (diff) | |
download | connman-c9dbae14bfcfa140077fbdaa9eb5b4059483fdf5.tar.gz connman-c9dbae14bfcfa140077fbdaa9eb5b4059483fdf5.tar.bz2 connman-c9dbae14bfcfa140077fbdaa9eb5b4059483fdf5.zip |
gdhcp: Fix build failure
<inet.h> doesn't exist.
Diffstat (limited to 'gdhcp')
-rw-r--r-- | gdhcp/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdhcp/common.c b/gdhcp/common.c index c511e26d..29b1f879 100644 --- a/gdhcp/common.c +++ b/gdhcp/common.c @@ -36,8 +36,6 @@ #include <net/ethernet.h> #include <arpa/inet.h> -#include <inet.h> - #include "gdhcp.h" #include "common.h" |