summaryrefslogtreecommitdiffstats
path: root/share/examples/meteor/yuvpk.c
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/meteor/yuvpk.c')
-rw-r--r--share/examples/meteor/yuvpk.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/share/examples/meteor/yuvpk.c b/share/examples/meteor/yuvpk.c
index 6ebd2e4..c9efec3 100644
--- a/share/examples/meteor/yuvpk.c
+++ b/share/examples/meteor/yuvpk.c
@@ -29,11 +29,13 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/fcntl.h>
-/*#include <machine/ioctl_meteor.h>*/
-#include "/sys/i386/include/ioctl_meteor.h"
+#include <dev/bktr/ioctl_meteor.h>
typedef unsigned char uint8;
typedef signed char int8;
OpenPOWER on IntegriCloud