diff options
Diffstat (limited to 'libobjc/exception.c')
-rw-r--r-- | libobjc/exception.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libobjc/exception.c b/libobjc/exception.c index bb6a919..0225d67 100644 --- a/libobjc/exception.c +++ b/libobjc/exception.c @@ -29,6 +29,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "objc/objc-exception.h" #include "unwind.h" #include "unwind-pe.h" +#include <string.h> /* For memcpy */ /* This hook allows libraries to sepecify special actions when an exception is thrown without a handler in place. This is deprecated |