Skip to content

Commit

Permalink
Fix implicit declaration of function
Browse files Browse the repository at this point in the history
We are using php_info_print_* functions so we need to include ext/standard/info.h.
  • Loading branch information
Whissi committed Oct 4, 2016
1 parent 9d755a9 commit c0be8c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turbo_realpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "SAPI.h"
#include "zend_globals.h"
#include "php_ini.h"
#include "ext/standard/info.h"
#include "turbo_realpath.h"

static zend_function_entry turbo_realpath_functions[] = {
Expand Down

0 comments on commit c0be8c6

Please sign in to comment.