[vlc-devel] commit: live555: Include <stdint.h> to get UINT64_C() on darwin. (Pierre d' Herbemont )
git version control
git at videolan.org
Wed May 28 02:06:04 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed May 28 02:06:40 2008 +0200| [9a8a48399886e1a53e2ab143aef5488c5786b3bd]
live555: Include <stdint.h> to get UINT64_C() on darwin.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9a8a48399886e1a53e2ab143aef5488c5786b3bd
---
modules/demux/live555.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index c4aa9c7..49e89c4 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -44,6 +44,7 @@
#include <iostream>
#include <limits.h>
+#include <stdint.h> /* UINT64_C */
#if defined( WIN32 )
# include <winsock2.h>
More information about the vlc-devel
mailing list