summaryrefslogtreecommitdiff
path: root/sysutils/lcdproc/files/patch-server__drivers__CFontz633io.c
blob: d31efee5c547fbf046d20caa736ecbad3c4548e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ./server/drivers/CFontz633io.c.orig	Mon Oct 16 22:26:21 2006
+++ ./server/drivers/CFontz633io.c	Mon Oct 16 22:28:58 2006
@@ -49,12 +49,9 @@
 
 #include "config.h"
 
-#if defined(HAVE_SYS_SELECT_H)
-# include <sys/select.h>
-#else
-# include <sys/time.h>
-# include <sys/types.h>
-#endif /* defined(HAVE_SYS_SELECT_H) */
+#include <sys/select.h>
+#include <sys/time.h>
+#include <sys/types.h>
 
 #include "CFontz633io.h"