diff options
Diffstat (limited to 'contrib/tcp_wrappers/tcpd.h')
| -rw-r--r-- | contrib/tcp_wrappers/tcpd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/tcp_wrappers/tcpd.h b/contrib/tcp_wrappers/tcpd.h index 09e42ba6ee8f9..1078073c8e3ab 100644 --- a/contrib/tcp_wrappers/tcpd.h +++ b/contrib/tcp_wrappers/tcpd.h @@ -12,6 +12,11 @@ #define TCPD_SOCKADDR struct sockaddr_in #endif +#ifndef _STDFILE_DECLARED +#define _STDFILE_DECLARED +typedef struct __sFILE FILE; +#endif + /* Structure to describe one communications endpoint. */ #define STRING_LENGTH 128 /* hosts, users, processes */ |
