summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-05-15 02:53:13 +0200
committerJulien Cristau <jcristau@debian.org>2009-05-15 02:53:13 +0200
commit72e3e402ef00ff1ef910e6e0319b87182ae668b0 (patch)
tree53270de74553b038d6c13bdbcf757c55c35fb373
parent2ab537c3cfe2dbb498ee2f46bf3448c094d7e76b (diff)
Add unistd.h include for getpagesize() and usleep()
-rw-r--r--src/tga_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tga_driver.c b/src/tga_driver.c
index b3b26ae..2158790 100644
--- a/src/tga_driver.c
+++ b/src/tga_driver.c
@@ -28,6 +28,7 @@
#endif
#include <string.h>
+#include <unistd.h>
/* everybody includes these */
#include "xf86.h"