changeset 152:900768340e65

Including sys/types.h is required here.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Nov 2010 00:02:08 +0200
parents 303db1141147
children f1684884fd56
files th_util.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/th_util.h	Tue Nov 02 22:53:29 2010 +0200
+++ b/th_util.h	Wed Nov 03 00:02:08 2010 +0200
@@ -15,6 +15,7 @@
 #include "th_types.h"
 #include <stdarg.h>
 #include <stdlib.h>
+#include <sys/types.h>
 #ifndef HAVE_NO_ASSERT
 #include <assert.h>
 #endif