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