Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 108588
Collapse All | Expand All

(-)bow/libbow.h.orig (+4 lines)
Lines 37-43 Link Here
37
#include <sys/types.h>		/* for netinet/in.h on SunOS */
37
#include <sys/types.h>		/* for netinet/in.h on SunOS */
38
#include <sys/stat.h>
38
#include <sys/stat.h>
39
#include <netinet/in.h>		/* for machine-independent byte-order */
39
#include <netinet/in.h>		/* for machine-independent byte-order */
40
41
#ifndef __APPLE__
40
#include <malloc.h>		/* for malloc() and friends. */
42
#include <malloc.h>		/* for malloc() and friends. */
43
#endif 
44
41
#include <stdlib.h>             /* For malloc() etc. on DEC Alpha */
45
#include <stdlib.h>             /* For malloc() etc. on DEC Alpha */
42
#include <string.h>		/* for strlen() on DEC Alpha */
46
#include <string.h>		/* for strlen() on DEC Alpha */
43
#include <limits.h>		/* for PATH_MAX and SHRT_MAX and friends */
47
#include <limits.h>		/* for PATH_MAX and SHRT_MAX and friends */

Return to bug 108588