Skip to content

Commit

Permalink
Move an include
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Aug 7, 2020
1 parent 71721a0 commit f3360c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/php_snuffleupagus.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
#define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus"
#define PHP_SNUFFLEUPAGUS_COPYRIGHT "LGPLv2"

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
Expand Down
4 changes: 0 additions & 4 deletions src/snuffleupagus.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
#include <glob.h>
#endif

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include "php_snuffleupagus.h"

#ifndef ZEND_EXT_API
Expand Down

0 comments on commit f3360c4

Please sign in to comment.