summaryrefslogtreecommitdiff
path: root/epan/dwarf.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dwarf.c')
-rw-r--r--epan/dwarf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dwarf.c b/epan/dwarf.c
index 9e8b9e252d..2053ec5472 100644
--- a/epan/dwarf.c
+++ b/epan/dwarf.c
@@ -23,7 +23,8 @@
*/
#include "config.h"
-#include <epan/packet.h>
+
+#include <epan/tvbuff.h>
gint
dissect_uleb128(tvbuff_t *tvb, gint offset, guint64 *value)