diff options
Diffstat (limited to 'auto/types/typedef')
| -rw-r--r-- | auto/types/typedef | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/types/typedef b/auto/types/typedef index b55237e93..d54c28978 100644 --- a/auto/types/typedef +++ b/auto/types/typedef @@ -27,7 +27,7 @@ do #include <netinet/in.h> $NGX_INCLUDE_INTTYPES_H -int main() { +int main(void) { $ngx_try i = 0; return (int) i; } |
