comparison th_util.h @ 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 4ec36204d34e
children fd93de78a115
comparison
equal deleted inserted replaced
151:303db1141147 152:900768340e65
13 #endif 13 #endif
14 14
15 #include "th_types.h" 15 #include "th_types.h"
16 #include <stdarg.h> 16 #include <stdarg.h>
17 #include <stdlib.h> 17 #include <stdlib.h>
18 #include <sys/types.h>
18 #ifndef HAVE_NO_ASSERT 19 #ifndef HAVE_NO_ASSERT
19 #include <assert.h> 20 #include <assert.h>
20 #endif 21 #endif
21 22
22 #ifdef HAVE_STRING_H 23 #ifdef HAVE_STRING_H