diff options
author | foobar <sniper@php.net> | 2003-02-17 03:07:33 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-02-17 03:07:33 +0000 |
commit | 4e3d4e43295b5c56314bf92ca35c45caa54d7260 (patch) | |
tree | a76e410aaa5dc3e7ee118e7d656ce283c5e41f63 /win32/winutil.c | |
parent | 774900c809341f58cd9dd0526f9b6dc58adf02ea (diff) | |
download | php-git-4e3d4e43295b5c56314bf92ca35c45caa54d7260.tar.gz |
- Let's be consistent with these..
Diffstat (limited to 'win32/winutil.c')
-rw-r--r-- | win32/winutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/winutil.c b/win32/winutil.c index d4a21ce6ba..2f1a0f9cfd 100644 --- a/win32/winutil.c +++ b/win32/winutil.c @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -#include <php.h> +#include "php.h" PHPAPI char *php_win_err(int error) { |