when SunOS 4.x/Sun386i compatibilty was yanked,

some of the more useful functions graduated to the main libc
pull/527/head
Rick V 5 years ago
parent 88c2e73ab0
commit 4ca60e65a4
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

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