From 0909982636905e545a5962e09dd4b9a053bc8f09 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 20 Nov 2009 11:13:58 +0000 Subject: librfb: include our own _stdint.h not stdint.h --- gst/librfb/d3des.c | 2 +- gst/librfb/vncauth.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/librfb') diff --git a/gst/librfb/d3des.c b/gst/librfb/d3des.c index 0200573a1..21a458ce0 100644 --- a/gst/librfb/d3des.c +++ b/gst/librfb/d3des.c @@ -27,7 +27,7 @@ */ #include "config.h" -#include "stdint.h" +#include "_stdint.h" #include "d3des.h" diff --git a/gst/librfb/vncauth.c b/gst/librfb/vncauth.c index 19083088d..8771e1a2e 100644 --- a/gst/librfb/vncauth.c +++ b/gst/librfb/vncauth.c @@ -22,7 +22,7 @@ */ #include "config.h" -#include "stdint.h" +#include "_stdint.h" #include "stdio.h" #include "stdlib.h" #include "string.h" -- cgit v1.2.3