/net/ntlmaps/

'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/zinf/files/patch-base_include_thread.h
blob: 66a015ac769576cd5123f4f5bce7b1338cf4517c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- base/include/thread.h.orig  2003-09-16 17:34:53 UTC
+++ base/include/thread.h
@@ -26,7 +26,10 @@ ________________________________________
 
 #include "config.h"
 
+#include <inttypes.h>
+#if HAVE_STDINT_H
 #include <stdint.h>
+#endif
 
 typedef void (*thread_function)(void * arg);