From 6254750fb7b01a21dad05459d3d9f9519ef2f1ee Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Tue, 6 Nov 2012 12:10:39 -0800 Subject: [PATCH] unrelacy: include and Relacy expects to have these headers even if they aren't included by the program. --- include/unrelacy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/unrelacy.h b/include/unrelacy.h index 2c6c48d..c16a373 100644 --- a/include/unrelacy.h +++ b/include/unrelacy.h @@ -4,6 +4,8 @@ #include #include #include +#include +#include #include -- 2.34.1