aboutsummaryrefslogtreecommitdiffstats
path: root/www/squid33/files/patch-compat__stdio.h
blob: bfae21eaa0a4f4ea71b45a62dde834f2fc09f9bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- compat/stdio.h.orig 2013-05-20 13:48:55.000000000 +0200
+++ compat/stdio.h  2013-07-15 22:34:49.000000000 +0200
@@ -46,7 +46,7 @@
 #endif /* __USE_FILE_OFFSET64 && !__REDIRECT */
 
 // Finally import the <cstdio> stuff we actually use
-#if HAVE_CSTDIO
+#if defined(__cplusplus) && HAVE_CSTDIO
 #include<cstdio>
 #endif