diff options
Diffstat (limited to 'auto/pcre')
-rw-r--r-- | auto/pcre | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ if [ $nxt_found = no ]; then nxt_feature_libs=$NXT_PCRE_LIB nxt_feature_test="#include <pcre.h> - int main() { + int main(void) { pcre *re; re = pcre_compile(NULL, 0, NULL, 0, NULL); |