summaryrefslogtreecommitdiff
path: root/ext/standard/ftok.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/ftok.c')
-rw-r--r--ext/standard/ftok.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/ftok.c b/ext/standard/ftok.c
index e74fd6b65e..6ea90ad50d 100644
--- a/ext/standard/ftok.c
+++ b/ext/standard/ftok.c
@@ -1,4 +1,4 @@
-/*
+/*
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
@@ -20,7 +20,7 @@
#include "php.h"
-#include <sys/types.h>
+#include <sys/types.h>
#ifdef HAVE_SYS_IPC_H
#include <sys/ipc.h>