[MPlayer-cvslog] r19726 - trunk/stream/cookies.c

diego subversion at mplayerhq.hu
Thu Sep 7 02:10:45 CEST 2006


Author: diego
Date: Thu Sep  7 02:10:44 2006
New Revision: 19726

Modified:
   trunk/stream/cookies.c

Log:
Add #include <limits.h>, fixes build on Solaris 8.
patch by Robin KAY komadori [{at}] gekkou [{dot}] co [{dot}] uk


Modified: trunk/stream/cookies.c
==============================================================================
--- trunk/stream/cookies.c	(original)
+++ trunk/stream/cookies.c	Thu Sep  7 02:10:44 2006
@@ -13,6 +13,7 @@
 #include <sys/types.h>
 #include <dirent.h>
 #include <inttypes.h>
+#include <limits.h>
 
 #include "cookies.h"
 #include "http.h"



More information about the MPlayer-cvslog mailing list