1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/ekiga/files/patch-ae
2001-08-20 15:39:10 +00:00

18 lines
356 B
Plaintext

*** src/webcam.h.orig Mon Aug 20 07:55:24 2001
--- src/webcam.h Mon Aug 20 07:55:51 2001
***************
*** 23,29 ****
--- 23,34 ----
#include <fcntl.h>
#include <unistd.h>
+ #ifdef __linux__
#include <linux/videodev.h>
+ #endif
+ #ifdef __FreeBSD__
+ #include <machine/ioctl_meteor.h>
+ #endif
#include <sys/ioctl.h>
#include <gtk/gtk.h>