freebsd-ports/sysutils/lcdproc/files/patch-server__drivers__CFontz633io.c
Rong-En Fan 0e4aaea536 - Update to 0.5.1
- Change maintainer's email

PR:		ports/105015
Submitted by:	Markus Dolze (maintainer)
2006-11-06 17:40:05 +00:00

18 lines
426 B
C

--- ./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"