mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
librfb: include our own _stdint.h not stdint.h
This commit is contained in:
parent
2e4c26239e
commit
0909982636
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "stdint.h"
|
||||
#include "_stdint.h"
|
||||
|
||||
#include "d3des.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "stdint.h"
|
||||
#include "_stdint.h"
|
||||
#include "stdio.h"
|
||||
#include "stdlib.h"
|
||||
#include "string.h"
|
||||
|
|
Loading…
Reference in a new issue