From 3aac458ec3fc65b47725beb2d73938b2b0c02aa3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 8 Feb 2012 12:36:12 -0500 Subject: [PATCH] fix includes for osx specific file --- config/os/macosx/sanitycheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/os/macosx/sanitycheck.c b/config/os/macosx/sanitycheck.c index 2f818c7..8968b2c 100644 --- a/config/os/macosx/sanitycheck.c +++ b/config/os/macosx/sanitycheck.c @@ -1,4 +1,4 @@ -#include +#include "sanitycheck.h" int sanitycheck (int a, int b)