updated on Fri Jan 6 00:09:29 UTC 2012
[aur-mirror.git] / wirbel / wirbel-0.1.11.diff
blobcb52a676bfed7ae8d7ad1288d25fb6a200b5729b
1 diff -Naur wirbel-0.1.11~/baustones/httpd/HTTPRequest.h wirbel-0.1.11/baustones/httpd/HTTPRequest.h
2 --- wirbel-0.1.11~/baustones/httpd/HTTPRequest.h 2009-11-06 00:34:05.000000000 -0600
3 +++ wirbel-0.1.11/baustones/httpd/HTTPRequest.h 2009-11-06 00:34:24.000000000 -0600
4 @@ -25,6 +25,7 @@
5 #ifndef HTTPRequest_h
6 #define HTTPRequest_h
8 +#include <stdint.h>
9 #include <limits.h>
10 #include "httpd_config.h"
11 #include <map>
12 diff -Naur wirbel-0.1.11~/src/Location.cc wirbel-0.1.11/src/Location.cc
13 --- wirbel-0.1.11~/src/Location.cc 2009-11-06 00:34:05.000000000 -0600
14 +++ wirbel-0.1.11/src/Location.cc 2009-11-06 00:34:11.000000000 -0600
15 @@ -23,6 +23,7 @@
16 // Boston, MA 02110-1301 USA.
19 +#include <cstdio>
20 #include <string.h>
22 #include "Location.h"
23 diff -Naur wirbel-0.1.11~/src/Type.cc wirbel-0.1.11/src/Type.cc
24 --- wirbel-0.1.11~/src/Type.cc 2009-11-06 00:34:05.000000000 -0600
25 +++ wirbel-0.1.11/src/Type.cc 2009-11-06 00:34:11.000000000 -0600
26 @@ -23,6 +23,7 @@
27 // Boston, MA 02110-1301 USA.
30 +#include <cstdio>
31 #include <string.h>
33 #include "Type.h"