patches/libmpd-01-libmpdclient-include-limits.h.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 296 bbd43d46c31e
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
296
bbd43d46c31e 2007-06-04 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     1
This is already fixed in the CVS version (should be obsolete in > 0.14.0)
bbd43d46c31e 2007-06-04 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     2
bbd43d46c31e 2007-06-04 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     3
--- libmpd-0.14.0/src/libmpdclient.c.orig	2007-05-26 17:06:15.058485006 +0200
bbd43d46c31e 2007-06-04 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     4
+++ libmpd-0.14.0/src/libmpdclient.c	2007-05-26 17:02:10.472415458 +0200
bbd43d46c31e 2007-06-04 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     5
@@ -41,6 +41,7 @@
bbd43d46c31e 2007-06-04 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     6
 #include <unistd.h>
bbd43d46c31e 2007-06-04 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     7
 #include <stdlib.h>
bbd43d46c31e 2007-06-04 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     8
 #include <fcntl.h>
bbd43d46c31e 2007-06-04 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
     9
+#include <limits.h>
bbd43d46c31e 2007-06-04 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
    10
 
bbd43d46c31e 2007-06-04 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
    11
 #ifdef WIN32
bbd43d46c31e 2007-06-04 Thomas Wagner <[email protected]>
tom68
parents:
diff changeset
    12
 #  include <ws2tcpip.h>