Fix [ #407067 ] Compile error on AIX 4.3.
This commit is contained in:
parent
24182ecc89
commit
cb6fb0d3cd
|
@ -22,7 +22,7 @@
|
|||
/* Make sure our exports match up w/the implementation: */
|
||||
#include "network1.h"
|
||||
|
||||
#ifndef __CYGWIN__
|
||||
#if !defined(__CYGWIN__) && !defined(_AIX)
|
||||
extern int h_errno;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue