summaryrefslogtreecommitdiff
path: root/src/xine-utils/xine_check.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-09-12 19:23:36 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-09-12 19:23:36 +0000
commit8033da767dbbecc06c2fc19546cf5d1b762768bf (patch)
tree7a60920172591d710c58f936def76520d6afa61f /src/xine-utils/xine_check.c
parent119103cdea84269889c852d2451d7aef4fb3be6c (diff)
downloadxine-lib-8033da767dbbecc06c2fc19546cf5d1b762768bf.tar.gz
xine-lib-8033da767dbbecc06c2fc19546cf5d1b762768bf.tar.bz2
including <unistd.h>, which has been removed from the global headers
CVS patchset: 6968 CVS date: 2004/09/12 19:23:36
Diffstat (limited to 'src/xine-utils/xine_check.c')
-rw-r--r--src/xine-utils/xine_check.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xine-utils/xine_check.c b/src/xine-utils/xine_check.c
index 14fb424ac..7c9190d86 100644
--- a/src/xine-utils/xine_check.c
+++ b/src/xine-utils/xine_check.c
@@ -42,6 +42,7 @@
#include <stdarg.h>
#include <errno.h>
#include <fcntl.h>
+#include <unistd.h>
#include "xine_check.h"
#include "xineutils.h"