dtmf: Use _stdint.h from configure
authorOlivier Crête <tester@tester.ca>
Fri, 20 Nov 2009 15:31:47 +0000 (10:31 -0500)
committerOlivier Crête <tester@tester.ca>
Fri, 20 Nov 2009 15:31:47 +0000 (10:31 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=602465

gst/dtmf/tone_detect.h

index 07c482c..909c5ef 100644 (file)
@@ -33,7 +33,7 @@
 #ifndef __TONE_DETECT_H__
 #define __TONE_DETECT_H__
 
-#include <stdint.h>
+#include "_stdint.h"
 
 typedef struct
 {