diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-03-04 16:34:23 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-04 16:34:23 +0000 |
| commit | 6a9304522227d4b4df873d3716cf06093d497700 (patch) | |
| tree | bc6a3eb7d26df2048714235ce96b98471b813979 /auto/types | |
| parent | a536298c7bd1f525db97facab814a2906214ee7f (diff) | |
| download | nginx-6a9304522227d4b4df873d3716cf06093d497700.tar.gz nginx-6a9304522227d4b4df873d3716cf06093d497700.tar.bz2 | |
nginx-0.0.2-2004-03-04-19:34:23 import
Diffstat (limited to 'auto/types')
| -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 c8a905f95..531bb7e2f 100644 --- a/auto/types/typedef +++ b/auto/types/typedef @@ -10,9 +10,9 @@ do cat << END > $NGX_AUTOTEST.c +#include <signal.h> #include <sys/types.h> #include <sys/socket.h> -#include <sys/signal.h> #include <sys/time.h> #include <sys/resource.h> #include <netinet/in.h> |
