librfb: include our own _stdint.h not stdint.h
This commit is contained in:
parent
2e4c26239e
commit
0909982636
@ -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…
x
Reference in New Issue
Block a user