mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
cog: include our own _stdint.h instead of <stdint.h>
This commit is contained in:
parent
0909982636
commit
044e5b8b5f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ typedef unsigned __int16 uint16_t;
|
|||
typedef unsigned __int32 uint32_t;
|
||||
#endif
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#include "_stdint.h"
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
|
|
Loading…
Reference in a new issue