Merge pull request #527 from despair86/master

when SunOS 4.x/Sun386i compatibilty was yanked,
pull/528/head
Rick V 5 years ago committed by GitHub
commit aeef015d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,9 @@
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/types.h>
// bzero and friends graduated from /usr/ucb*
// not too long ago
#include <strings.h>
#else
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN

Loading…
Cancel
Save