1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net/ascend-radius/files/patch-ac

30 lines
575 B
Plaintext
Raw Normal View History

--- conf.h.orig Thu Sep 19 20:04:29 1996
+++ conf.h Mon Sep 23 21:40:25 1996
@@ -27,6 +27,10 @@
*
*/
+#if defined(_HAVE_PARAM_H)
+#include <sys/param.h>
+#endif
+
#ifndef _conf_h_
#define _conf_h_
@@ -56,11 +60,14 @@
#endif
#endif /* unixware */
+#if (defined(BSD) && (BSD >= 199306))
+#include <stdlib.h>
+#include <sys/types.h>
#if defined(BSDI)
#include <sys/types.h>
#include <machine/inline.h>
#include <machine/endian.h>
-#include <stdlib.h>
+#endif
#else /* BSDI */
#include <malloc.h>
#endif /* BSDI */