mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
that makes it easy to create your own interactive stories, animations, games, music, and art - and share your creations on the web. WWW: https://scratch.mit.edu/ PR: 216811 Requested by: Takeshi Mutoh <takeshi.mutoh@gmail.com> Approved by: hrs (mentor)
11 lines
257 B
C
11 lines
257 B
C
--- src/plugins/camera/sqCamera-linux.c.orig 2011-10-18 21:24:46 UTC
|
|
+++ src/plugins/camera/sqCamera-linux.c
|
|
@@ -45,8 +45,6 @@
|
|
#include <sys/ioctl.h>
|
|
#include <dlfcn.h>
|
|
|
|
-#include <asm/types.h> /* for videodev2.h */
|
|
-
|
|
#include <linux/videodev2.h>
|
|
|
|
|