summaryrefslogtreecommitdiff
path: root/xine
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-08-16 23:27:57 +0000
committerphintuka <phintuka>2006-08-16 23:27:57 +0000
commit6f4de30c1c8c44b68f5bdebf5ee96ab2bb5fbb01 (patch)
tree22a56146d38a5eae27ed47f7233549d296bccc7f /xine
parent3bf2d49a5102d787dd10a10382fd1a3f7b2b51ee (diff)
downloadxineliboutput-6f4de30c1c8c44b68f5bdebf5ee96ab2bb5fbb01.tar.gz
xineliboutput-6f4de30c1c8c44b68f5bdebf5ee96ab2bb5fbb01.tar.bz2
Added missing header
Diffstat (limited to 'xine')
-rw-r--r--xine/post.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/xine/post.c b/xine/post.c
index 615f8b37..14c86e4b 100644
--- a/xine/post.c
+++ b/xine/post.c
@@ -36,6 +36,7 @@
# include <sys/types.h>
# include <linux/unistd.h>
# include <errno.h>
+# include <syslog.h>
# define LOG_MODULENAME "[xine-post] "
# include "../logdefs.h"
@@ -45,13 +46,13 @@
/* from xine_frontend.c: */
extern int LogToSysLog; /* log to syslog instead of console */
+ pid_t gettid(void); /*_syscall0(pid_t, gettid);*/
+
# if !defined(XINELIBOUTPUT_DEBUG_STDOUT) && \
!defined(XINELIBOUTPUT_DEBUG_STDERR)
# undef x_syslog
- pid_t gettid(void); /*_syscall0(pid_t, gettid);*/
-
static void x_syslog(int level, const char *fmt, ...)
{
va_list argp;