diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-09-15 09:39:00 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-09-15 09:39:00 +0000 |
commit | 9294cda84196c51cb4b60232a51ea3b6243a088a (patch) | |
tree | 74f8f035a36f3717d6803b460f108a11154e7949 /gst/pcapparse | |
parent | 7386f71683ae7c0ad3cc742a746b36603cbfe7b5 (diff) | |
download | gst-plugins-bad-9294cda84196c51cb4b60232a51ea3b6243a088a.tar.gz gst-plugins-bad-9294cda84196c51cb4b60232a51ea3b6243a088a.tar.bz2 gst-plugins-bad-9294cda84196c51cb4b60232a51ea3b6243a088a.zip |
ext/celt/gstceltenc.h: Help gtk-doc to parse this correctly.
Original commit message from CVS:
* ext/celt/gstceltenc.h:
Help gtk-doc to parse this correctly.
* gst/pcapparse/gstpcapparse.c:
Add missing include.
Diffstat (limited to 'gst/pcapparse')
-rw-r--r-- | gst/pcapparse/gstpcapparse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/pcapparse/gstpcapparse.c b/gst/pcapparse/gstpcapparse.c index 4be76605..2d323d3c 100644 --- a/gst/pcapparse/gstpcapparse.c +++ b/gst/pcapparse/gstpcapparse.c @@ -46,6 +46,8 @@ #include "gstpcapparse.h" +#include <string.h> + #ifndef _MSC_VER #include <arpa/inet.h> #include <netinet/in.h> |