diff options
author | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-11-23 01:29:25 +0000 |
---|---|---|
committer | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-11-23 01:29:25 +0000 |
commit | 47930f093e478dd600d0dd7bcfca0ab81e884ead (patch) | |
tree | 416dd1bccdd138c518d951b66d00b1a9cc81e29a /vhook/fish.c | |
parent | 9c76bd48aa318eaf74a3d9c4cac3d8a9ada3fe04 (diff) | |
download | ffmpeg-47930f093e478dd600d0dd7bcfca0ab81e884ead.tar.gz |
Applied changes to make it compile on darwin
Originally committed as revision 1270 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook/fish.c')
-rw-r--r-- | vhook/fish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/fish.c b/vhook/fish.c index c25ba60719..b966b9b120 100644 --- a/vhook/fish.c +++ b/vhook/fish.c @@ -35,7 +35,7 @@ */ #include <stdlib.h> #include <fcntl.h> -#include <getopt.h> +#include <unistd.h> #include <stdarg.h> #include <string.h> #include <sys/time.h> |