From 897d59820f6a2bbb5c4bda1a36dd01295c960b17 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Mon, 1 Aug 2016 19:14:01 -0500 Subject: [PATCH] fix clang smarties --- C/alloc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/C/alloc.c b/C/alloc.c index 341e4804c..62b53ce78 100644 --- a/C/alloc.c +++ b/C/alloc.c @@ -19,8 +19,10 @@ static char SccsId[] = "%W% %G%"; #endif -#include "alloc.h" #include "Yap.h" + + +#include "alloc.h" #include "YapHeap.h" #include "Yatom.h" #include "yapio.h"