diff options
author | Ross Burton <ross@openedhand.com> | 2007-01-19 20:55:09 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-01-19 20:55:09 +0000 |
commit | 776490a40df8d1b4a84a07dd3e13bd10cd4c8bdd (patch) | |
tree | 489df56bf4725a99dc095a17cdfe7ef4c680ac82 /meta-extras/packages/dhcp/files/fixincludes.patch | |
parent | 6564355fb79604e818722ae3f6acf3dbb0665fca (diff) | |
download | openembedded-core-776490a40df8d1b4a84a07dd3e13bd10cd4c8bdd.tar.gz openembedded-core-776490a40df8d1b4a84a07dd3e13bd10cd4c8bdd.tar.bz2 openembedded-core-776490a40df8d1b4a84a07dd3e13bd10cd4c8bdd.zip |
Add dhcp3 and dhcdbd for Network Manager
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1175 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/dhcp/files/fixincludes.patch')
-rw-r--r-- | meta-extras/packages/dhcp/files/fixincludes.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-extras/packages/dhcp/files/fixincludes.patch b/meta-extras/packages/dhcp/files/fixincludes.patch new file mode 100644 index 0000000000..91d99cce22 --- /dev/null +++ b/meta-extras/packages/dhcp/files/fixincludes.patch @@ -0,0 +1,10 @@ +--- dhcp-3.0.2/common/tr.c~compile 2005-10-13 14:23:37.000000000 +0200 ++++ dhcp-3.0.2/common/tr.c 2005-10-13 14:23:45.000000000 +0200 +@@ -39,6 +39,7 @@ + #include "includes/netinet/udp.h" + #include "includes/netinet/if_ether.h" + #include "netinet/if_tr.h" ++#include <asm/types.h> + #include <sys/time.h> + + /* |