From 311f9acfd5b610444e5545db929ae630789b7be6 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Sat, 4 Jun 2011 21:20:57 +0000 Subject: Fix wiretap headers to allow error-free ABI dumping. svn path=/trunk/; revision=37543 --- wiretap/pcapng.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wiretap/pcapng.h') diff --git a/wiretap/pcapng.h b/wiretap/pcapng.h index a65ee6ff70..170575d4f1 100644 --- a/wiretap/pcapng.h +++ b/wiretap/pcapng.h @@ -23,6 +23,9 @@ #ifndef __W_PCAPNG_H__ #define __W_PCAPNG_H__ +#include +#include + int pcapng_open(wtap *wth, int *err, gchar **err_info); gboolean pcapng_dump_open(wtap_dumper *wdh, int *err); int pcapng_dump_can_write_encap(int encap); -- cgit v1.2.3