]> granicus.if.org Git - php/commitdiff
MFH: config.h is in this directory, not in ext/bcmath root, fixes re-compilation...
authorKalle Sommer Nielsen <kalle@php.net>
Wed, 3 Jun 2009 01:19:33 +0000 (01:19 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Wed, 3 Jun 2009 01:19:33 +0000 (01:19 +0000)
ext/bcmath/libbcmath/src/bcmath.h

index ce68f0da4e8ca1dd0378797515b873423e2d8496..3d7c478648478b450f4a61430d2e55f49c7d774c 100644 (file)
@@ -53,7 +53,7 @@ typedef struct bc_struct
     } bc_struct;
 
 #ifdef HAVE_CONFIG_H
-#include "../../config.h"
+#include "config.h"
 #endif
 
 #include "php.h"