From 9bdda2ec4905597008145042f0ee189d48f6f074 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 8 Dec 2008 00:12:53 +0000 Subject: Add missing unistd.h #include, fixes the warning: libvo/vo_macosx.m:177: warning: implicit declaration of function 'ftruncate' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28111 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_macosx.m | 1 + 1 file changed, 1 insertion(+) diff --git a/libvo/vo_macosx.m b/libvo/vo_macosx.m index 0eabb68e6e..fc58d52ef9 100644 --- a/libvo/vo_macosx.m +++ b/libvo/vo_macosx.m @@ -10,6 +10,7 @@ #include #include #include +#include #include //special workaround for Apple bug #6267445 //(OSServices Power API disabled in OSServices.h for 64bit systems) -- cgit v1.2.3