system C header files have to be included with “include”

This commit is contained in:
Tilo Prütz 2012-03-07 08:59:14 +01:00
parent ee35ec765c
commit 3b4b487c51

View File

@ -35,7 +35,7 @@ OBJC_EXPORT void *NSSymbolInModule(NSModuleHandle handle, const char *symbol);
#include <windows.h>
#else
#include <dlfcn.h>
#import <sys/param.h>
#include <sys/param.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>