From: Sascha Schumann Date: Wed, 23 Feb 2000 14:08:16 +0000 (+0000) Subject: Fix include file path X-Git-Tag: PHP-4.0-RC1~479 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9dc605afe55155a04c2a7f5b0c5aae344c41d242;p=php Fix include file path Suggested by: stephen@ecoverage.com PR: #3542 --- diff --git a/ext/cybercash/cybercash.c b/ext/cybercash/cybercash.c index bc49c5aa3a..ebcd06ce57 100644 --- a/ext/cybercash/cybercash.c +++ b/ext/cybercash/cybercash.c @@ -33,7 +33,7 @@ #if HAVE_MCK #include "cybercash.h" #include "mckcrypt.h" -#include "base64.h" +#include "ext/standard/base64.h" function_entry cybercash_functions[] = { PHP_FE(cybercash_encr, NULL)