diff options
author | Marcus Boerger <helly@php.net> | 2003-02-18 20:48:05 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-02-18 20:48:05 +0000 |
commit | 3db2b2bc7c1b41e532dec3bbe4e9a4b19a22d85d (patch) | |
tree | 902b99b2637e20ba2ec6e85cfcc3ed8ff67eea54 | |
parent | 816a9017be9532b2af71c79c494c7b9393ee6f23 (diff) | |
download | php-git-3db2b2bc7c1b41e532dec3bbe4e9a4b19a22d85d.tar.gz |
avoiding problems
-rw-r--r-- | ext/dba/libflatfile/flatfile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dba/libflatfile/flatfile.h b/ext/dba/libflatfile/flatfile.h index d4187d810a..74e1179e35 100644 --- a/ext/dba/libflatfile/flatfile.h +++ b/ext/dba/libflatfile/flatfile.h @@ -18,8 +18,8 @@ /* $Id$ */ -#ifndef PHP_LIBDBM_H -#define PHP_LIBDBM_H +#ifndef PHP_LIB_FLATFILE_H +#define PHP_LIB_FLATFILE_H typedef struct { char *dptr; |