summaryrefslogtreecommitdiff
path: root/gst/pcapparse/gstpcapparse.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-09-15 09:39:00 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-09-15 09:39:00 +0000
commit9294cda84196c51cb4b60232a51ea3b6243a088a (patch)
tree74f8f035a36f3717d6803b460f108a11154e7949 /gst/pcapparse/gstpcapparse.c
parent7386f71683ae7c0ad3cc742a746b36603cbfe7b5 (diff)
downloadgstreamer-plugins-bad-9294cda84196c51cb4b60232a51ea3b6243a088a.tar.gz
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/gstpcapparse.c')
-rw-r--r--gst/pcapparse/gstpcapparse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/pcapparse/gstpcapparse.c b/gst/pcapparse/gstpcapparse.c
index 4be76605f..2d323d3c0 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>