Free the buffer
[obnox/wireshark/wip.git] / wiretap / pppdump.h
index 9f98a9aaca6143a077be82c6db1ffc90ba90cc44..bc2a9cb85f137950c3d29373b5ae5989ca936363 100644 (file)
@@ -23,6 +23,9 @@
 #ifndef __PPPDUMP_H__
 #define __PPPDUMP_H__
 
+#include <glib.h>
+#include <wtap.h>
+
 int pppdump_open(wtap *wth, int *err, gchar **err_info);
 
 #endif