Commit 934633f3 authored by Michael Ira Krufky's avatar Michael Ira Krufky Committed by Jean-Paul Saman

dvbinfo: OSX Maverick build fix.

Fix error: unknown type name 'ssize_t'; did you mean 'size_t' when building on
OSX Maverick.
Signed-off-by: default avatarJean-Paul Saman <jpsaman@videolan.org>
parent 3e9f7235
......@@ -32,6 +32,7 @@
# include <stdint.h>
#endif
#include <sys/types.h>
#include <assert.h>
typedef int64_t mtime_t;
......
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