librfb: include our own _stdint.h not stdint.h

This commit is contained in:
Tim-Philipp Müller 2009-11-20 11:13:58 +00:00
parent 2e4c26239e
commit 0909982636
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
*/
#include "config.h"
#include "stdint.h"
#include "_stdint.h"
#include "d3des.h"

View file

@ -22,7 +22,7 @@
*/
#include "config.h"
#include "stdint.h"
#include "_stdint.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"