summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xine_frontend_lirc.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/xine_frontend_lirc.c b/xine_frontend_lirc.c
index 438e1b39..aec56894 100644
--- a/xine_frontend_lirc.c
+++ b/xine_frontend_lirc.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend_lirc.c,v 1.13 2008-06-17 16:12:23 phintuka Exp $
+ * $Id: xine_frontend_lirc.c,v 1.14 2008-11-10 23:50:10 phintuka Exp $
*
*/
/*
@@ -24,7 +24,11 @@
#include <stdint.h>
+#include <stdio.h>
+#include <unistd.h>
+#include <pthread.h>
#include <netinet/in.h>
+#include <sys/time.h>
#include <sys/socket.h>
#include <sys/un.h>