diff options
Diffstat (limited to 'libobjc/class.c')
-rw-r--r-- | libobjc/class.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libobjc/class.c b/libobjc/class.c index 76f9e8f..cba9b84 100644 --- a/libobjc/class.c +++ b/libobjc/class.c @@ -93,6 +93,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "objc/objc-api.h" #include "objc/thr.h" #include "objc-private/runtime.h" /* the kitchen sink */ +#include <string.h> /* For memset */ /* We use a table which maps a class name to the corresponding class * pointer. The first part of this file defines this table, and |