summaryrefslogtreecommitdiff
path: root/src/xine-engine/configfile.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-engine/configfile.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-engine/configfile.c')
-rw-r--r--src/xine-engine/configfile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/configfile.c b/src/xine-engine/configfile.c
index f6460f28f..4f0eeb88d 100644
--- a/src/xine-engine/configfile.c
+++ b/src/xine-engine/configfile.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: configfile.c,v 1.67 2004/07/22 14:26:24 mroi Exp $
+ * $Id: configfile.c,v 1.68 2004/09/12 19:23:36 mroi Exp $
*
* config object (was: file) management - implementation
*
@@ -33,6 +33,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include "configfile.h"
#define LOG_MODULE "configfile"