From a1ddddc934657aa734ceb4bf581423647cc68060 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 2 Feb 2008 15:06:45 +0000 Subject: Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAX --- common/sdp-dummy.c | 1 + common/sdp-expat.c | 1 + common/sdp-glib.c | 1 + 3 files changed, 3 insertions(+) (limited to 'common') diff --git a/common/sdp-dummy.c b/common/sdp-dummy.c index fa93dc33..16d1d3bd 100644 --- a/common/sdp-dummy.c +++ b/common/sdp-dummy.c @@ -27,6 +27,7 @@ #include #include +#include #include "logging.h" #include "sdp-xml.h" diff --git a/common/sdp-expat.c b/common/sdp-expat.c index 9026c496..7076261a 100644 --- a/common/sdp-expat.c +++ b/common/sdp-expat.c @@ -26,6 +26,7 @@ #endif #include +#include #include #include diff --git a/common/sdp-glib.c b/common/sdp-glib.c index 9ed81160..bd27d822 100644 --- a/common/sdp-glib.c +++ b/common/sdp-glib.c @@ -26,6 +26,7 @@ #endif #include +#include #include #include -- cgit