Ticket #45476: patch-add-unistd.h.diff
File patch-add-unistd.h.diff, 569 bytes (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
src/connect.cc
old new 29 29 #include <errno.h> 30 30 #include <netdb.h> 31 31 #include <netinet/in.h> // reported necessary for FreeBSD-8 32 #include <unistd.h> 32 33 33 34 #include "sock-stream.h" 34 35 -
src/pserver.cc
old new 34 34 #include <errno.h> 35 35 #include <netdb.h> 36 36 #include <netinet/in.h> // reported necessary for FreeBSD-8 37 #include <unistd.h> 37 38 38 39 #include "sock-stream.h" 39 40