From 718c9398e55db95902a2cd64d1be64db1cbec7b0 Mon Sep 17 00:00:00 2001 From: theraven Date: Thu, 9 Sep 2010 10:43:16 +0000 Subject: [PATCH] Include the correct headers in hooks.c. --- hooks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks.c b/hooks.c index c43691b..8def49b 100644 --- a/hooks.c +++ b/hooks.c @@ -1,3 +1,3 @@ -#include +#include "objc/runtime.h" #define OBJC_HOOK -#include +#include "objc/hooks.h"