From a47ead7c95cfbeb72721066c4da2312e5b1b9f3d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 25 Feb 2015 13:17:40 +1100 Subject: Add includes.h for compatibility stuff. --- cipher-aesctr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cipher-aesctr.c b/cipher-aesctr.c index 5957f4bb..eed95c3e 100644 --- a/cipher-aesctr.c +++ b/cipher-aesctr.c @@ -15,6 +15,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "includes.h" + #include #include -- cgit v1.2.3