aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mpeg.h
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2011-06-04 21:20:57 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2011-06-04 21:20:57 +0000
commit311f9acfd5b610444e5545db929ae630789b7be6 (patch)
tree288c6a74a60c7922ee79c506c3c538252db894c2 /wiretap/mpeg.h
parent7b75e667749ef166a0190f8ddb376ffec6c61d96 (diff)
Fix wiretap headers to allow error-free ABI dumping.
svn path=/trunk/; revision=37543
Diffstat (limited to 'wiretap/mpeg.h')
-rw-r--r--wiretap/mpeg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/mpeg.h b/wiretap/mpeg.h
index 7322a2186d..09aa385c73 100644
--- a/wiretap/mpeg.h
+++ b/wiretap/mpeg.h
@@ -25,7 +25,8 @@
#ifndef __W_MPEG_H__
#define __W_MPEG_H__
-#include "wtap-int.h"
+#include <glib.h>
+#include <wtap.h>
int mpeg_open(wtap *wth, int *err, gchar **err_info);