mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
Yet Another Commodore +4 Emulator PR: 45004 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
11 lines
238 B
C
11 lines
238 B
C
--- main.h.orig Thu Oct 31 23:44:51 2002
|
|
+++ main.h Thu Oct 31 23:45:12 2002
|
|
@@ -17,7 +17,7 @@
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
#include <math.h>
|
|
-#include "SDL/SDL.h"
|
|
+#include "SDL.h"
|
|
|
|
#include "keyboard.h"
|
|
#include "cpu.h"
|