summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-07 00:10:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-07 00:10:44 +0000
commit21a9221e7bb24ec2d9288f90f092f61cd90dafd0 (patch)
treec487a92966e266c04a8ae849d03a7e66224de9bd /stream
parent81d7abab74271085ab944134cbe9a3cb8cd40a0a (diff)
downloadmpv-21a9221e7bb24ec2d9288f90f092f61cd90dafd0.tar.bz2
mpv-21a9221e7bb24ec2d9288f90f092f61cd90dafd0.tar.xz
Add #include <limits.h>, fixes build on Solaris 8.
patch by Robin KAY komadori [{at}] gekkou [{dot}] co [{dot}] uk git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19726 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/cookies.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/cookies.c b/stream/cookies.c
index 3a828f8d5e..ea46c42419 100644
--- a/stream/cookies.c
+++ b/stream/cookies.c
@@ -13,6 +13,7 @@
#include <sys/types.h>
#include <dirent.h>
#include <inttypes.h>
+#include <limits.h>
#include "cookies.h"
#include "http.h"