From 0ffbeb03c115adf8dabcbf1f9b0fa3e7e1418e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 8 Feb 2005 10:37:43 +0000 Subject: Include "_stdint.h" instead of . Fixes build on systems that do not have stdint.h, like Solaris 9 (fixes #1... Original commit message from CVS: Include "_stdint.h" instead of . Fixes build on systems that do not have stdint.h, like Solaris 9 (fixes #166631). --- ext/tarkin/wavelet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tarkin/wavelet.h') diff --git a/ext/tarkin/wavelet.h b/ext/tarkin/wavelet.h index 914c2799..d05bb514 100644 --- a/ext/tarkin/wavelet.h +++ b/ext/tarkin/wavelet.h @@ -1,7 +1,7 @@ #ifndef __WAVELET_H #define __WAVELET_H -#include +#include "_stdint.h" typedef struct { -- cgit v1.2.1