From bb324029ad442a1f6dd7049a6e6fc1cbe4a05799 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 29 Oct 2013 03:45:34 +0100 Subject: Allow using libsodium instead of NaCl As libsodium has some strange include files (like a version.h), we try to use absolute include paths whenever possible in fastd now and rename our generated headers. --- src/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 8e70326..a2b7d38 100644 --- a/src/types.h +++ b/src/types.h @@ -33,7 +33,7 @@ #ifndef _FASTD_TYPES_H_ #define _FASTD_TYPES_H_ -#include +#include #include -- cgit v1.2.3