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