diff options
Diffstat (limited to 'libobjc/objects.c')
-rw-r--r-- | libobjc/objects.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/objects.c b/libobjc/objects.c index fcfce1e490d..0743af427a0 100644 --- a/libobjc/objects.c +++ b/libobjc/objects.c @@ -22,7 +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 "tconfig.h" /* include defs of bzero for target */ #include "objc/objc.h" #include "objc/objc-api.h" |