diff options
Diffstat (limited to 'libobjc/Object.m')
-rw-r--r-- | libobjc/Object.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libobjc/Object.m b/libobjc/Object.m index 377f059..3a5bcb3 100644 --- a/libobjc/Object.m +++ b/libobjc/Object.m @@ -22,6 +22,7 @@ a copy of the GCC Runtime Library Exception along with this program; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see <http://www.gnu.org/licenses/>. */ +#include "objc-private/common.h" #include <stdarg.h> #include <errno.h> #include "objc/Object.h" |