]> git.sesse.net Git - vlc/commitdiff
live555: Include <stdint.h> to get UINT64_C() on darwin.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 28 May 2008 00:06:40 +0000 (02:06 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 28 May 2008 00:06:40 +0000 (02:06 +0200)
modules/demux/live555.cpp

index c4aa9c7d8fabe4c6402501a15771b249f8544637..49e89c43a832ae6869035ebcf49453efb7a8f8ea 100644 (file)
@@ -44,6 +44,7 @@
 
 #include <iostream>
 #include <limits.h>
+#include <stdint.h> /* UINT64_C */
 
 #if defined( WIN32 )
 #   include <winsock2.h>