compile with pedantic c99 compliance (from Daniel Dickman).
git-svn-id: file:///svn/unbound/trunk@3321
be551aaa-1e26-0410-a405-
d3ace91eadb9
+26 January 2015: Wouter
+ - Fix unintended use of gcc extension for incomplete enum types,
+ compile with pedantic c99 compliance (from Daniel Dickman).
+
23 January 2015: Wouter
- windows port fixes, no AF_LOCAL, no chown, no chmod(grp).
* and do the library calls (for the crypto library in use).
*/
#include "config.h"
-#include "validator/val_secalgo.h"
+/* packed_rrset on top to define enum types (forced by c99 standard) */
#include "util/data/packed_rrset.h"
+#include "validator/val_secalgo.h"
#include "util/log.h"
#include "ldns/rrdef.h"
#include "ldns/keyraw.h"