X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fvpn%2Fgnunet-vpn-helper-p.h;h=fa3546123c71f4bf78246f38d1c20767cabbec74;hb=2f1ab9bfd9b7417b5f9ba47e47ce39a17e2ea27c;hp=664c40389652d98cdfe9642faf86e15f8282f465;hpb=dd29458d6f7cbedb11088882913d4657aa6a90d0;p=oweals%2Fgnunet.git diff --git a/src/vpn/gnunet-vpn-helper-p.h b/src/vpn/gnunet-vpn-helper-p.h index 664c40389..fa3546123 100644 --- a/src/vpn/gnunet-vpn-helper-p.h +++ b/src/vpn/gnunet-vpn-helper-p.h @@ -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]; };