diff options
author | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-11-26 03:35:18 +0000 |
---|---|---|
committer | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-11-26 03:35:18 +0000 |
commit | b55e4ef43d7aed14716e3eaa42f0709f486e0d78 (patch) | |
tree | c71ad5d62e94c0f4796b64c41d576d0832bb7a22 /vhook/fish.c | |
parent | 2aa29681c9b3451231c6c71e230c91f44e9b3670 (diff) | |
download | ffmpeg-b55e4ef43d7aed14716e3eaa42f0709f486e0d78.tar.gz |
Try to get this to build on more platforms (especially Darwin)
Originally committed as revision 1278 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 b966b9b120..86ae1a474b 100644 --- a/vhook/fish.c +++ b/vhook/fish.c @@ -38,7 +38,7 @@ #include <unistd.h> #include <stdarg.h> #include <string.h> -#include <sys/time.h> +#include <time.h> #include <stdio.h> #include <dirent.h> |