pull in <errno.h>

This commit is contained in:
Love Hornquist Astrand
2012-06-08 17:57:02 +02:00
parent 5bb60d9dc4
commit d2c37acf7c

View File

@@ -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 "{"