Skip to content

Commit c3dd605

Browse files
committed
rename header
1 parent f588c29 commit c3dd605

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ext/standard/ftok.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#endif
2828

2929
#ifdef PHP_WIN32
30-
#include "win32/ftok.h"
30+
#include "win32/ipc.h"
3131
#endif
3232

3333
#if HAVE_FTOK

win32/ftok.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
#include "ftok.h"
19+
#include "ipc.h"
2020

2121
#include <windows.h>
2222
#include <sys/stat.h>
File renamed without changes.

0 commit comments

Comments
 (0)