Browse Source

Bug #66840: Fix broken build when extension built separately

pull/668/head
Daniel Lowrey 12 years ago
parent
commit
0e023e9784
  1. 4
      ext/openssl/xp_ssl.c

4
ext/openssl/xp_ssl.c

@ -20,6 +20,10 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php.h"
#include "ext/standard/file.h"
#include "ext/standard/url.h"

Loading…
Cancel
Save