diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2010-07-29 02:20:08 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-07-29 02:20:08 +0200 |
commit | b6a2d1c9d8b9cd8aed1c4ed960ee45ed80101055 (patch) | |
tree | b4e8e7109504199c5ff39f5bffe7eb4a5241ce94 /tools | |
parent | e1126882bc5ae458102fecff59c13dca426848e1 (diff) | |
download | connman-b6a2d1c9d8b9cd8aed1c4ed960ee45ed80101055.tar.gz connman-b6a2d1c9d8b9cd8aed1c4ed960ee45ed80101055.tar.bz2 connman-b6a2d1c9d8b9cd8aed1c4ed960ee45ed80101055.zip |
Fix dhclient-test.c build error
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dhclient-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dhclient-test.c b/tools/dhclient-test.c index a1bdf3c8..dc99f28d 100644 --- a/tools/dhclient-test.c +++ b/tools/dhclient-test.c @@ -27,6 +27,7 @@ #include <stdlib.h> #include <string.h> #include <signal.h> +#include <sys/wait.h> #include <gdbus.h> |