mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
11 lines
148 B
C++
11 lines
148 B
C++
--- serial.h.orig
|
|
+++ serial.h
|
|
@@ -1,7 +1,7 @@
|
|
#ifndef _SERIAL_H
|
|
#define _SERIAL_H
|
|
|
|
-#include "SDL/SDL.h"
|
|
+#include "SDL.h"
|
|
|
|
class CSerial {
|
|
|