ports/multimedia/ptx-kmod/files/patch-dev-ptx-ptx.h
Hiroki Sato f4cf92fe72 - Fix build on -current.
- Fix PLIST when !DOCS.
- Minor style cleanups.
2020-02-23 20:46:13 +00:00

10 lines
226 B
C

--- dev/ptx/ptx.h.orig 2011-12-13 19:19:39 UTC
+++ dev/ptx/ptx.h
@@ -4,6 +4,7 @@
#include <sys/bus.h>
#include <sys/types.h>
+#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/module.h>
#include <sys/kernel.h>