From 9ee8b3b41f9dd24e49f4fd80c5891f134b38d161 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 16 May 2014 11:55:53 +0200 Subject: enum: Don't directly include enum.h To allow enum.h to depend on utils.h definitions, avoid its direct inclusion. Instead include utils.h, which includes enum.h as well. --- src/libhydra/attributes/attributes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libhydra/attributes/attributes.h') diff --git a/src/libhydra/attributes/attributes.h b/src/libhydra/attributes/attributes.h index c3c37cfc4..5d1e9f9ba 100644 --- a/src/libhydra/attributes/attributes.h +++ b/src/libhydra/attributes/attributes.h @@ -24,7 +24,7 @@ typedef enum configuration_attribute_type_t configuration_attribute_type_t; -#include +#include /** * Type of the attribute, as in IKEv2 RFC 3.15.1 or IKEv1 ModeConfig. -- cgit v1.2.3