-fix NPE in NAT test
[oweals/gnunet.git] / src / nat / nat.h
index bb13e527497d85e8f4bff75f983f1884a0c1de24..a0ef4659337e6bc1cf334f93210b2547da84c7cb 100644 (file)
@@ -28,6 +28,9 @@
 #define NAT_H
 #include "gnunet_util_lib.h"
 
+
+GNUNET_NETWORK_STRUCT_BEGIN
+
 /**
  * Request to test NAT traversal.
  */
@@ -59,5 +62,6 @@ struct GNUNET_NAT_TestMessage
   int32_t is_tcp;
 
 };
+GNUNET_NETWORK_STRUCT_END
 
 #endif