mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -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 {
|
|
|