diff options
Diffstat (limited to 'otherlibs/unix/socketaddr.h')
-rw-r--r-- | otherlibs/unix/socketaddr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/socketaddr.h b/otherlibs/unix/socketaddr.h index 0cc9be8f7..f016d938c 100644 --- a/otherlibs/unix/socketaddr.h +++ b/otherlibs/unix/socketaddr.h @@ -11,7 +11,7 @@ union { int sock_addr_len; -#ifdef ANSI +#ifdef __STDC__ void get_sockaddr(value); value alloc_sockaddr(void); value alloc_inet_addr(unsigned long); |