summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2014-09-14 16:30:45 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-03-23 14:43:25 +0000
commit882da69d577b8f206694691679cef2cc3ca69725 (patch)
tree2a63d8384691aa1f25aa88ed0a3c5ecb27183b52
parent1955d3917b8d24d7a8621ad80b160e4cefde6fc9 (diff)
downloadxorg-lib-libXaw-882da69d577b8f206694691679cef2cc3ca69725.tar.gz
Include <unistd.h>
Required for prototype of usleep() Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/TextAction.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TextAction.c b/src/TextAction.c
index 74446d6..6363259 100644
--- a/src/TextAction.c
+++ b/src/TextAction.c
@@ -29,6 +29,7 @@ in this Software without prior written authorization from The Open Group.
#endif
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <X11/Xos.h> /* for select() and struct timeval */
#include <ctype.h>
#include <X11/IntrinsicP.h>