assert
[oweals/gnunet.git] / src / vpn / gnunet-vpn-helper-p.h
index d2fac593ade568e7da782f4be47b4835b82e2b5c..fa3546123c71f4bf78246f38d1c20767cabbec74 100644 (file)
@@ -1,8 +1,11 @@
 #ifndef GN_VPN_HELPER_P_H
 #define GN_VPN_HELPER_P_H
 
+#include "platform.h"
+#include "gnunet_common.h"
+
 struct suid_packet {
-       unsigned int size;
+       struct GNUNET_MessageHeader hdr;
        unsigned char data[1];
 };