diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php.h b/main/php.h index f1d743faab..f2d740e239 100644 --- a/main/php.h +++ b/main/php.h @@ -19,8 +19,8 @@ /* $Id$ */ -#ifndef _PHP_H -#define _PHP_H +#ifndef PHP_H +#define PHP_H #ifdef HAVE_DMALLOC #include <dmalloc.h> |