aboutsummaryrefslogtreecommitdiffstats
path: root/community/php5-suhosin/fix-LOCK-undeclared.patch
blob: 27b3e7555b448644d61c5934eb0d6beb9126c2c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- suhosin-0.9.38/log.c
+++ suhosin-0.9.38/log.c.new
@@ -27,7 +27,7 @@
 #include "php.h"
 #include "php_ini.h"
 #include "php_suhosin.h"
-#include <fcntl.h>
+#include <linux/fcntl.h>
 #include "SAPI.h"
 #include "ext/standard/datetime.h"
 #include "ext/standard/flock_compat.h"