summaryrefslogtreecommitdiff
path: root/win32/ftok.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-10-03 18:56:08 +0200
committerAnatol Belski <ab@php.net>2018-10-03 18:56:55 +0200
commit91c905e83c338ef66da824be4f90c1d78d134507 (patch)
tree6095583ab22193f27d4837f53d1f4f5e5a5850d8 /win32/ftok.c
parent97481fccb9265df7e813f8c4e3f25d3a20651ce2 (diff)
downloadphp-git-91c905e83c338ef66da824be4f90c1d78d134507.tar.gz
Refactor php_sys_readlink
Also move the implementation into win32 where it belongs
Diffstat (limited to 'win32/ftok.c')
-rw-r--r--win32/ftok.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/ftok.c b/win32/ftok.c
index 469f2df59a..77de6a0449 100644
--- a/win32/ftok.c
+++ b/win32/ftok.c
@@ -16,6 +16,7 @@
+----------------------------------------------------------------------+
*/
+#include "php.h"
#include "ipc.h"
#include <windows.h>