# HG changeset patch # User Matti Hamalainen # Date 1288735328 -7200 # Node ID 900768340e656049ef01e23897b2fa37fe7c397c # Parent 303db1141147f89bc7356da4af40e0cfd40b4fe4 Including sys/types.h is required here. diff -r 303db1141147 -r 900768340e65 th_util.h --- 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 #include +#include #ifndef HAVE_NO_ASSERT #include #endif