-fix check for DANE and ftbfs
[oweals/gnunet.git] / src / gns / w32resolver.h
index 47078ad9d7eaa55a8074600c4c0eb1006e44a7cc..ce5f668a35b0ad464d9583708689be7cf6256815 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
@@ -25,6 +25,8 @@
 #ifndef W32RESOLVER_H
 #define W32RESOLVER_H
 
+#include "platform.h"
+#include "gnunet_crypto_lib.h"
 #include "gnunet_common.h"
 
 /**
@@ -60,7 +62,7 @@ struct GNUNET_W32RESOLVER_GetMessage
   uint32_t sc_data1 GNUNET_PACKED;
   uint16_t sc_data2 GNUNET_PACKED;
   uint16_t sc_data3 GNUNET_PACKED;
-  uint64_t sc_data4 GNUNET_PACKED;
+  uint8_t sc_data4[8];
   /* followed by 0-terminated string for A/AAAA lookup */
 };