head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2009.02.18.08.40.36; author rse; state Exp; branches; next 1.2; commitid 4q1XvMXQpdZ4sTCt; 1.2 date 2008.07.25.06.04.54; author rse; state Exp; branches; next 1.1; commitid OLHJYfQeR80bh9ct; 1.1 date 2007.09.27.07.45.24; author rse; state Exp; branches; next ; commitid qGyWeEwHgTowxlzs; desc @@ 1.3 log @upgrading package: libxr 0.9.95 -> 0.99 @ text @Index: lib/xr-server.c --- lib/xr-server.c.orig 2009-02-16 15:43:55 +0100 +++ lib/xr-server.c 2009-02-18 09:32:03 +0100 @@@@ -20,7 +20,10 @@@@ #ifdef WIN32 #include #else + #include + #include #include + #include #include #include #endif Index: lib/xr-utils.c --- lib/xr-utils.c.orig 2009-02-16 15:43:55 +0100 +++ lib/xr-utils.c 2009-02-18 09:28:03 +0100 @@@@ -20,9 +20,10 @@@@ #ifdef WIN32 #include #else + #include + #include #include #include - #include #include #endif @ 1.2 log @upgrading package: libxr 0.9.94 -> 0.9.95 @ text @d1 14 d16 2 a17 2 --- lib/xr-utils.c.orig 2008-06-17 18:43:27 +0200 +++ lib/xr-utils.c 2008-07-25 08:02:50 +0200 @ 1.1 log @new package: libxr 0.9.14 (XML-RPC C Library) @ text @d2 3 a4 3 --- lib/xr-utils.c.orig 2007-09-20 02:37:49 +0200 +++ lib/xr-utils.c 2007-09-27 09:42:50 +0200 @@@@ -1,8 +1,11 @@@@ d11 2 a13 1 + #include a15 1 #include "xr-utils.h" @