changeset 75:cfb475e11b9f

Add a missing include.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Dec 2012 15:32:23 +0200
parents 8ff993207415
children 3882efea2640
files th_util.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/th_util.h	Sun Nov 18 23:12:47 2012 +0200
+++ b/th_util.h	Tue Dec 11 15:32:23 2012 +0200
@@ -16,6 +16,7 @@
 #include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>
+#include <unistd.h>
 #include <sys/types.h>
 #ifndef HAVE_NO_ASSERT
 #include <assert.h>