updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / tmview / 206_fix_compile.diff
blob5d533d3999e6d93d5a355725ed1fb9a7015b5f0e
1 --- tmview/fb/writefb.c.orig 2010-07-14 17:59:56.000000000 +0200
2 +++ tmview/fb/writefb.c 2010-07-14 18:00:19.000000000 +0200
3 @@ -3,12 +3,12 @@
4 /* This program may be used without any warranty. It may be modified and */
5 /* distributed without any restrictions. */
7 -#include "../src/defs.h"
9 #include <termios.h>
10 #include <errno.h>
11 #include <stdint.h>
13 +#include "../src/defs.h"
15 #include <sys/types.h>
16 #include <sys/ioctl.h>
17 #include <sys/mman.h>