diff options
Diffstat (limited to 'libobjc/encoding.c')
-rw-r--r-- | libobjc/encoding.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libobjc/encoding.c b/libobjc/encoding.c index be4c08b423e..7bde2849716 100644 --- a/libobjc/encoding.c +++ b/libobjc/encoding.c @@ -27,7 +27,11 @@ Boston, MA 02111-1307, USA. */ This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. */ +/* FIXME: This file has no business including tm.h. */ + #include "tconfig.h" +#include "coretypes.h" +#include "tm.h" #include "objc-api.h" #include "encoding.h" #include <stdlib.h> |