diff options
Diffstat (limited to 'gst')
-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> |