From ecccc2fff5013774515b9cca090ab3e9efcf5794 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Sat, 15 Mar 2008 21:40:02 -0300 Subject: [PATCH] Compile warning fix. Include unistd.h for usleep prototype. --- src/s3_Ti.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/s3_Ti.c b/src/s3_Ti.c index 98934bd..adc1121 100644 --- a/src/s3_Ti.c +++ b/src/s3_Ti.c @@ -39,6 +39,7 @@ #include "s3.h" +#include #define TI_WRITE_ADDR 0x3C8 /* CR55 low bit == 0 */ #define TI_RAMDAC_DATA 0x3C9 /* CR55 low bit == 0 */ -- 1.5.3.2