diff options
author | phintuka <phintuka> | 2006-08-16 23:01:19 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-08-16 23:01:19 +0000 |
commit | ddb4eaed02a88de7d415ec89623e2cf30de3deee (patch) | |
tree | b0f576fd3ce7065645ea7ddd11bc6aaeeda5ab70 | |
parent | 80d5d1fab6dcf7cad089aaa27840e07782b79b07 (diff) | |
download | xineliboutput-ddb4eaed02a88de7d415ec89623e2cf30de3deee.tar.gz xineliboutput-ddb4eaed02a88de7d415ec89623e2cf30de3deee.tar.bz2 |
Added missing header file
-rw-r--r-- | xine_frontend_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c index baf292b2..a0a12301 100644 --- a/xine_frontend_main.c +++ b/xine_frontend_main.c @@ -4,12 +4,13 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend_main.c,v 1.8 2006-08-16 21:46:34 phintuka Exp $ + * $Id: xine_frontend_main.c,v 1.9 2006-08-16 23:01:19 phintuka Exp $ * */ #include <termios.h> #include <unistd.h> +#include <syslog.h> #if 0 static void xine_log_cb(void *data, int section) |