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/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compat.h') diff --git a/src/compat.h b/src/compat.h index c127100..ba77f65 100644 --- a/src/compat.h +++ b/src/compat.h @@ -27,7 +27,7 @@ #ifndef _FASTD_COMPAT_H_ #define _FASTD_COMPAT_H_ -#include +#include #include #include -- cgit v1.2.3