native,ioe: find SDL.h by sdl2-config

This commit is contained in:
Zihao Yu 2024-08-28 12:50:11 +08:00
parent e6f833c3b9
commit 61a35370c9
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <klib.h>
#include <SDL2/SDL.h>
#include <SDL.h>
static int rfd = -1, wfd = -1;
static volatile int count = 0;

View file

@ -1,5 +1,5 @@
#include <am.h>
#include <SDL2/SDL.h>
#include <SDL.h>
#include <fenv.h>
//#define MODE_800x600