blob: 1d4cbb383bb92c4d221a16a9e9c7266ab0393615 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- response.c.orig Thu Jun 10 11:45:50 2004
+++ response.c Sat May 7 14:16:57 2005
@@ -17,6 +17,10 @@
#include "httpd.h"
+#ifndef PRId64
+# define PRId64 "lld"
+#endif
+
/* ---------------------------------------------------------------------- */
/* os-specific sendfile() wrapper */
|