Move the new files to the same places as in automake.
[obnox/wireshark/wip.git] / wiretap / tnef.h
index 35f47145b2470b49847a29ce85f8e254b70c5d5a..85cfa025dea3437767bf0921876b1159e4788a8e 100644 (file)
@@ -23,6 +23,9 @@
 #ifndef __TNEF_H__
 #define __TNEF_H__
 
+#include <glib.h>
+#include <wiretap/wtap.h>
+
 #define TNEF_SIGNATURE 0x223E9F78
 
 int tnef_open(wtap *wth, int *err, gchar **err_info);