Include the correct headers in hooks.c.

This commit is contained in:
theraven 2010-09-09 10:43:16 +00:00
parent bd58a33b84
commit 718c9398e5

View File

@ -1,3 +1,3 @@
#include <objc/runtime.h>
#include "objc/runtime.h"
#define OBJC_HOOK
#include <objc/hooks.h>
#include "objc/hooks.h"