diff options
Diffstat (limited to 'libobjc/sendmsg.c')
-rw-r--r-- | libobjc/sendmsg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c index 15cdae6..5e466c6 100644 --- a/libobjc/sendmsg.c +++ b/libobjc/sendmsg.c @@ -37,9 +37,10 @@ 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" -#include "objc/sarray.h" +#include "objc-private/sarray.h" #include "objc/encoding.h" #include "runtime-info.h" +#include <assert.h> /* For assert */ #include <string.h> /* For strlen */ /* This is how we hack STRUCT_VALUE to be 1 or 0. */ |