- fixes, intendation
[oweals/gnunet.git] / src / gns / w32resolver.h
index 6254ec037d8c5a11dfe9d17db050f6d64eb79cd4..56f318e5187b2e77f73f659f05d8bcd3a90446ff 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009, 2012 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009, 2012 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -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 */
 };