pull in <errno.h>
This commit is contained in:
@@ -9,6 +9,9 @@ BEGIN {
|
|||||||
print "#ifdef HAVE_SYS_SOCKET_H"
|
print "#ifdef HAVE_SYS_SOCKET_H"
|
||||||
print "#include <sys/socket.h>"
|
print "#include <sys/socket.h>"
|
||||||
print "#endif"
|
print "#endif"
|
||||||
|
print "#ifdef HAVE_ERRNO_H"
|
||||||
|
print "#include <errno.h>"
|
||||||
|
print "#endif"
|
||||||
print ""
|
print ""
|
||||||
print "int main(int argc, char **argv)"
|
print "int main(int argc, char **argv)"
|
||||||
print "{"
|
print "{"
|
||||||
|
Reference in New Issue
Block a user