Browse code

Dropped SDL/ prefix in uxnemu.c

Andrew Alderwick authored on 08/06/2021 14:57:00
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-#include <SDL2/SDL.h>
1
+#include <SDL.h>
2 2
 #include <stdio.h>
3 3
 #include <time.h>
4 4
 #include "uxn.h"