summaryrefslogtreecommitdiffstats
path: root/ext/tarkin/wavelet.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-02-08 10:37:43 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-02-08 10:37:43 +0000
commit0ffbeb03c115adf8dabcbf1f9b0fa3e7e1418e04 (patch)
treea9032fe3f60b52947d5bc9067b8b9c6d334e4268 /ext/tarkin/wavelet.h
parent6010757ef6c84af13e2869c9cd462ce466346845 (diff)
downloadgst-plugins-bad-0ffbeb03c115adf8dabcbf1f9b0fa3e7e1418e04.tar.gz
gst-plugins-bad-0ffbeb03c115adf8dabcbf1f9b0fa3e7e1418e04.tar.bz2
gst-plugins-bad-0ffbeb03c115adf8dabcbf1f9b0fa3e7e1418e04.zip
Include "_stdint.h" instead of <stdint.h>. 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 <stdint.h>. Fixes build on systems that do not have stdint.h, like Solaris 9 (fixes #166631).
Diffstat (limited to 'ext/tarkin/wavelet.h')
-rw-r--r--ext/tarkin/wavelet.h2
1 files changed, 1 insertions, 1 deletions
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 <stdint.h>
+#include "_stdint.h"
typedef struct {