aboutsummaryrefslogtreecommitdiffstats
path: root/net/ekiga/files/patch-ae
blob: 4a723486f005d0f8055e0e6a4660893bf97cc87f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*** src/webcam.h.orig   Thu Jul 26 11:43:17 2001
--- src/webcam.h    Thu Jul 26 11:43:47 2001
***************
*** 22,28 ****
--- 22,33 ----
  
  #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>
  #include <gdk/gdk.h>