Browse Source

MFH: point to valid config header

PHP-5.2.1RC1
Rob Richards 19 years ago
parent
commit
20296c625d
  1. 2
      ext/bcmath/libbcmath/src/bcmath.h

2
ext/bcmath/libbcmath/src/bcmath.h

@ -53,7 +53,7 @@ typedef struct bc_struct
} bc_struct;
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#include "config.h"
#endif
#include "php.h"

Loading…
Cancel
Save