aboutsummaryrefslogtreecommitdiff
path: root/net/gnomemeeting2/files/patch-ae
blob: 9a8d68f49ca4cfb23ccf52c3b6158ce02cfcbf41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*** 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>