Revision: | 42 |
Committed: | 2008-09-05T01:22:24-07:00 (16 years, 9 months ago) by douglas |
Content type: | text/x-diff |
File size: | 426 byte(s) |
Log Message: | Hrm, this seems like an architectural problem in LCDproc, I guess I should bring it up in the mailing list or something. |
# | Content |
---|---|
1 | --- ./server/drivers/CFontz633io.c.orig Mon Oct 16 22:26:21 2006 |
2 | +++ ./server/drivers/CFontz633io.c Mon Oct 16 22:28:58 2006 |
3 | @@ -49,12 +49,9 @@ |
4 | |
5 | #include "config.h" |
6 | |
7 | -#if defined(HAVE_SYS_SELECT_H) |
8 | -# include <sys/select.h> |
9 | -#else |
10 | -# include <sys/time.h> |
11 | -# include <sys/types.h> |
12 | -#endif /* defined(HAVE_SYS_SELECT_H) */ |
13 | +#include <sys/select.h> |
14 | +#include <sys/time.h> |
15 | +#include <sys/types.h> |
16 | |
17 | #include "CFontz633io.h" |
18 |
Name | Value |
---|---|
svn:mime-type | text/x-diff |