Skip to content

Commit

Permalink
Move locale.h to correct include file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoppanen committed Nov 18, 2013
1 parent 7210f23 commit 4413c33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions php_imagick.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@
/* Include PHP Standard Headers */
#include "php.h"

/* Include locale header */
#ifdef HAVE_LOCALE_H
# include <locale.h>
#endif

/* Define the entry point symbol
* ZE will use when loading this module
*/
Expand Down
5 changes: 5 additions & 0 deletions php_imagick_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
#include "ext/standard/php_filestat.h"
#include "php_ini.h"

/* Include locale header */
#ifdef HAVE_LOCALE_H
# include <locale.h>
#endif

/*
API exports
*/
Expand Down

0 comments on commit 4413c33

Please sign in to comment.