summaryrefslogtreecommitdiffstats
path: root/share/examples/meteor/rgb24.c
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/meteor/rgb24.c')
-rw-r--r--share/examples/meteor/rgb24.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/share/examples/meteor/rgb24.c b/share/examples/meteor/rgb24.c
index f296902..ef9dfe7 100644
--- a/share/examples/meteor/rgb24.c
+++ b/share/examples/meteor/rgb24.c
@@ -29,9 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/fcntl.h>
-/*#include <machine/ioctl_meteor.h>*/
-#include "/sys/i386/include/ioctl_meteor.h"
+#include <dev/bktr/ioctl_meteor.h>
extern int errno;
#define ROWS 300
OpenPOWER on IntegriCloud