From: Bernhard Froehlich Date: Sun, 5 May 2013 12:49:47 +0000 (+0200) Subject: Add missing include for ssize_t on FreeBSD. X-Git-Tag: v3.9~46^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f22d3e0fb2bbcd079a193d7248cbb0e4423c6925;p=thirdparty%2Ftvheadend.git Add missing include for ssize_t on FreeBSD. src/tvhlog.h:48: error: expected declaration specifiers or '...' before 'ssize_t' src/tvhlog.c:244: error: conflicting types for '_tvhlog_hexdump' src/tvhlog.h:48: error: previous declaration of '_tvhlog_hexdump' was here --- diff --git a/src/tvhlog.h b/src/tvhlog.h index cc4b30117..f657df24a 100644 --- a/src/tvhlog.h +++ b/src/tvhlog.h @@ -18,6 +18,7 @@ #ifndef __TVH_LOGGING_H__ #define __TVH_LOGGING_H__ +#include #include #include #include