mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
dtmf: Use _stdint.h from configure
https://bugzilla.gnome.org/show_bug.cgi?id=602465
This commit is contained in:
parent
8d761840d4
commit
3865aadb65
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
#ifndef __TONE_DETECT_H__
|
#ifndef __TONE_DETECT_H__
|
||||||
#define __TONE_DETECT_H__
|
#define __TONE_DETECT_H__
|
||||||
|
|
||||||
#include <stdint.h>
|
#include "_stdint.h"
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue