freebsd-ports/audio/pms/files/patch-src_pms.cpp
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

13 lines
192 B
C++

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