summaryrefslogtreecommitdiff
path: root/src/xine-utils/utils.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/utils.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/utils.c')
-rw-r--r--src/xine-utils/utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-utils/utils.c b/src/xine-utils/utils.c
index ad9375093..51ed0beb3 100644
--- a/src/xine-utils/utils.c
+++ b/src/xine-utils/utils.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: utils.c,v 1.32 2004/09/02 19:56:42 valtri Exp $
+ * $Id: utils.c,v 1.33 2004/09/12 19:23:36 mroi Exp $
*
*/
#define _POSIX_PTHREAD_SEMANTICS 1 /* for 5-arg getpwuid_r on solaris */
@@ -32,6 +32,7 @@
#include <errno.h>
#include <pwd.h>
#include <netdb.h>
+#include <unistd.h>
#if HAVE_EXECINFO_H
#include <execinfo.h>