1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

[!WINDOWSNT]: Include <sys/types.h>.

This commit is contained in:
Juanma Barranquero 2006-11-10 15:44:40 +00:00
parent bf4c75a4ee
commit ed4a37304a
2 changed files with 8 additions and 2 deletions

View file

@ -41,6 +41,8 @@ Boston, MA 02110-1301, USA. */
#else /* !WINDOWSNT */
# include <sys/types.h>
# ifdef HAVE_INET_SOCKETS
# include <netinet/in.h>
# endif