454b442
diff -up cups-1.4b2/backend/serial.c.serial cups-1.4b2/backend/serial.c
454b442
--- cups-1.4b2/backend/serial.c.serial	2008-12-16 16:25:02.000000000 +0000
454b442
+++ cups-1.4b2/backend/serial.c	2008-12-16 16:25:21.000000000 +0000
454b442
@@ -74,6 +74,7 @@
454b442
 #endif /* __APPLE__ */
454b442
 
454b442
 #if defined(__linux) && defined(TIOCGSERIAL)
454b442
+#  include <linux/types.h>
454b442
 #  include <linux/serial.h>
454b442
 #  include <linux/ioctl.h>
454b442
 #endif /* __linux && TIOCGSERIAL */