summaryrefslogtreecommitdiff
path: root/ext/standard/php_ftok.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php_ftok.h')
-rw-r--r--ext/standard/php_ftok.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/php_ftok.h b/ext/standard/php_ftok.h
index 6f8029cde7..978520a30a 100644
--- a/ext/standard/php_ftok.h
+++ b/ext/standard/php_ftok.h
@@ -21,6 +21,8 @@
#ifndef PHP_FTOK_H
#define PHP_FTOK_H
+#if HAVE_FTOK
PHP_FUNCTION(ftok);
+#endif
#endif /* PHP_FTOK_H */