diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-04-05 17:04:16 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-04-05 17:04:16 +0000 |
commit | de5ddc2a89f2b6fecd63d16b5de60e7d443a078d (patch) | |
tree | a91733df8a728fdceba2d95773af56cff5264880 /net-analyzer/rtpbreak/files | |
parent | Converted libpng15 patch from DOS to Unix (diff) | |
download | gentoo-2-de5ddc2a89f2b6fecd63d16b5de60e7d443a078d.tar.gz gentoo-2-de5ddc2a89f2b6fecd63d16b5de60e7d443a078d.tar.bz2 gentoo-2-de5ddc2a89f2b6fecd63d16b5de60e7d443a078d.zip |
Add missing udp.h include. #351602
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/rtpbreak/files')
-rw-r--r-- | net-analyzer/rtpbreak/files/rtpbreak-1.3a-missing-headers.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-analyzer/rtpbreak/files/rtpbreak-1.3a-missing-headers.patch b/net-analyzer/rtpbreak/files/rtpbreak-1.3a-missing-headers.patch new file mode 100644 index 000000000000..8f9bb14e37cd --- /dev/null +++ b/net-analyzer/rtpbreak/files/rtpbreak-1.3a-missing-headers.patch @@ -0,0 +1,14 @@ +Fix build failure due to missing include of udp.h #351602 + +Patch by Kevin McCarthy <signals@gentoo.org> + +--- rtpbreak-1.3a.orig/src/main.c 2011-01-29 11:10:46.960653580 -0500 ++++ rtpbreak-1.3a/src/main.c 2011-01-29 11:15:15.833884433 -0500 +@@ -27,6 +27,7 @@ + #include <sys/stat.h> + #include <pwd.h> + #include <grp.h> ++#include <netinet/udp.h> + #include "queue.h" + #include "rtp.h" + #include "common.h" |