aboutsummaryrefslogtreecommitdiff
path: root/audio/zinf/files/patch-base_include_facontext.h
blob: a7f34aa103fe20c8e00c33f458213814c7261c71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- base/include/facontext.h.orig	2003-09-16 17:58:13 UTC
+++ base/include/facontext.h
@@ -25,7 +25,10 @@ ________________________________________
 #ifndef INCLUDED_FACONTEXT_H_
 #define INCLUDED_FACONTEXT_H_
 
+#include <inttypes.h>
+#if HAVE_STDINT_H
 #include <stdint.h>
+#endif
 
 #include "config.h"
 #include "preferences.h"