]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - cups/patches/cups-serial.patch
Move all packages to root.
[people/arne_f/ipfire-3.x.git] / cups / patches / cups-serial.patch
1 diff -up cups-1.4b2/backend/serial.c.serial cups-1.4b2/backend/serial.c
2 --- cups-1.4b2/backend/serial.c.serial 2008-12-16 16:25:02.000000000 +0000
3 +++ cups-1.4b2/backend/serial.c 2008-12-16 16:25:21.000000000 +0000
4 @@ -74,6 +74,7 @@
5 #endif /* __APPLE__ */
6
7 #if defined(__linux) && defined(TIOCGSERIAL)
8 +# include <linux/types.h>
9 # include <linux/serial.h>
10 # include <linux/ioctl.h>
11 #endif /* __linux && TIOCGSERIAL */