From 5f2c98c566e4ddf363c2e719ddef03146c8133ae Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 19 Feb 2003 06:35:57 +0000 Subject: [PATCH] MFH: avoiding problems.. --- ext/dba/libflatfile/flatfile.h | 4 ++-- 1 file 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; -- 2.40.0