diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2012-08-24 12:15:34 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-25 14:46:57 +0100 |
commit | c33cfc6a8058c195e805c8fabc201db0dca60843 (patch) | |
tree | 93388df466c1326136f93d0db27c77a2344f417c /meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/fixincludes.patch | |
parent | a08e3856b8dc55c3acbf59d12ffa6f64381f8749 (diff) | |
download | poky-c33cfc6a8058c195e805c8fabc201db0dca60843.tar.gz |
dhcp : upgrade to 4.2.4-P1
(From OE-Core rev: 5f68e2c4fb746ff798f9747776cc1f7620fb39dd)
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/fixincludes.patch')
-rw-r--r-- | meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/fixincludes.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/fixincludes.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/fixincludes.patch new file mode 100644 index 0000000000..e33c9dd73f --- /dev/null +++ b/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/fixincludes.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | --- dhcp-3.0.2/common/tr.c~compile 2005-10-13 14:23:37.000000000 +0200 | ||
4 | +++ dhcp-3.0.2/common/tr.c 2005-10-13 14:23:45.000000000 +0200 | ||
5 | @@ -39,6 +39,7 @@ | ||
6 | #include "includes/netinet/udp.h" | ||
7 | #include "includes/netinet/if_ether.h" | ||
8 | #include "netinet/if_tr.h" | ||
9 | +#include <asm/types.h> | ||
10 | #include <sys/time.h> | ||
11 | |||
12 | /* | ||