1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/audio/pms/files/patch-src_pms.cpp
Mathieu Arnold 8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00

14 lines
168 B
C++

--- src/pms.cpp.orig
+++ src/pms.cpp
@@ -23,6 +23,10 @@
#include "pms.h"
+#ifdef __FreeBSD__
+#include <sys/wait.h>
+#endif
+
using namespace std;
Pms * pms;