Commit 9a8a4839 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

live555: Include <stdint.h> to get UINT64_C() on darwin.

parent 80667302
......@@ -44,6 +44,7 @@
#include <iostream>
#include <limits.h>
#include <stdint.h> /* UINT64_C */
#if defined( WIN32 )
# include <winsock2.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment