Skip to content

Commit f5bca4b

Browse files
authored
Update php_memcached.c
1 parent ab1a55a commit f5bca4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

php_memcached.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
#ifdef PHP_WIN32
5050
//Windows extensions are generally built together,
5151
//so it wont be in the installed location
52-
#include "igbinary.h"
52+
#include "igbinary/igbinary.h"
5353
#else
54-
# include "ext/igbinary/igbinary.h"
54+
# include "igbinary/igbinary.h"
5555
#endif
5656
#endif
5757

5858
#ifdef HAVE_MEMCACHED_MSGPACK
59-
# include "ext/msgpack/php_msgpack.h"
59+
# include "msgpack/php_msgpack.h"
6060
#endif
6161

6262
# include "ext/spl/spl_exceptions.h"

0 commit comments

Comments
 (0)