summaryrefslogtreecommitdiff
path: root/ext/standard/flock_compat.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-17 03:07:33 +0000
committerfoobar <sniper@php.net>2003-02-17 03:07:33 +0000
commit4e3d4e43295b5c56314bf92ca35c45caa54d7260 (patch)
treea76e410aaa5dc3e7ee118e7d656ce283c5e41f63 /ext/standard/flock_compat.c
parent774900c809341f58cd9dd0526f9b6dc58adf02ea (diff)
downloadphp-git-4e3d4e43295b5c56314bf92ca35c45caa54d7260.tar.gz
- Let's be consistent with these..
Diffstat (limited to 'ext/standard/flock_compat.c')
-rw-r--r--ext/standard/flock_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/flock_compat.c b/ext/standard/flock_compat.c
index bfeb0b8309..ea9d518a29 100644
--- a/ext/standard/flock_compat.c
+++ b/ext/standard/flock_compat.c
@@ -18,7 +18,7 @@
/* $Id$ */
-#include <php.h>
+#include "php.h"
#include <errno.h>
#include "ext/standard/flock_compat.h"