commit 4bc3ce0d4b0528a0944d48d86f979bd624047447 parent 3ada9e8bd97256e5ad05fa9c080f9b527f256e13 Author: Andrew Alderwick <andrew@alderwick.co.uk> Date: Tue, 8 Jun 2021 15:57:00 +0100 Dropped SDL/ prefix in uxnemu.c Diffstat:
M | src/uxnemu.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/uxnemu.c b/src/uxnemu.c @@ -1,4 +1,4 @@ -#include <SDL2/SDL.h> +#include <SDL.h> #include <stdio.h> #include <time.h> #include "uxn.h"