From 0909982636905e545a5962e09dd4b9a053bc8f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 20 Nov 2009 11:13:58 +0000 Subject: [PATCH] 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(-) diff --git a/gst/librfb/d3des.c b/gst/librfb/d3des.c index 0200573a1a..21a458ce0f 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 19083088d2..8771e1a2e1 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"