mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d38080391a
- Fix build on 64-bit archs PR: ports/134306 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Tested by: gahr Approved by: miwi (mentor implicit)
15 lines
160 B
C++
15 lines
160 B
C++
|
|
$FreeBSD$
|
|
|
|
--- serial.h.orig
|
|
+++ serial.h
|
|
@@ -1,7 +1,7 @@
|
|
#ifndef _SERIAL_H
|
|
#define _SERIAL_H
|
|
|
|
-#include "SDL/SDL.h"
|
|
+#include "SDL.h"
|
|
|
|
class CSerial {
|
|
|