-fix
[oweals/gnunet.git] / src / include / gnunet_dnsparser_lib.h
index a1fb920a7db27d9520c2cb492e1408ba2b099291..28cc4c0485b38bb27dce93139a60aaf1cc66b54a 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file include/gnunet_dnsparse_lib.h
+ * @file include/gnunet_dnsparser_lib.h
  * @brief API for helper library to parse DNS packets. 
  * @author Philipp Toelke
  * @author Christian Grothoff
@@ -128,7 +128,7 @@ struct GNUNET_DNSPARSER_Flags
    */
   unsigned int recursion_available  : 1 GNUNET_PACKED; 
   
-};
+} GNUNET_GCC_STRUCT_LAYOUT;
 
 
 /**