os2: update include paths. add missing libc includes to geniconv.

This commit is contained in:
Ozkan Sezer 2020-10-14 23:01:01 +03:00
parent 74cfb81dbb
commit 110a0f7bb1
13 changed files with 34 additions and 36 deletions

View file

@ -21,7 +21,7 @@
#ifndef _SDL_os2output_
#define _SDL_os2output_
#include ".\core\os2\SDL_os2.h"
#include "../../core/os2/SDL_os2.h"
typedef struct _VODATA *PVODATA;
@ -51,4 +51,4 @@ typedef struct _OS2VIDEOOUTPUT {
extern OS2VIDEOOUTPUT voDive;
extern OS2VIDEOOUTPUT voVMan;
#endif // _SDL_os2output_
#endif /* _SDL_os2output_ */