|
@@ -72,8 +72,13 @@
|
|
#include <malloc/malloc.h>
|
|
#include <malloc/malloc.h>
|
|
#endif
|
|
#endif
|
|
#ifdef HAVE_MALLOC_H
|
|
#ifdef HAVE_MALLOC_H
|
|
|
|
+#ifndef OPENBSD
|
|
|
|
+/* OpenBSD has a malloc.h, but for our purposes, it only exists in order to
|
|
|
|
+ * scold us for being so stupid as to autodetect its presence. To be fair,
|
|
|
|
+ * they've done this since 1996, when autoconf was only 5 years old. */
|
|
#include <malloc.h>
|
|
#include <malloc.h>
|
|
#endif
|
|
#endif
|
|
|
|
+#endif
|
|
#ifdef HAVE_MALLOC_NP_H
|
|
#ifdef HAVE_MALLOC_NP_H
|
|
#include <malloc_np.h>
|
|
#include <malloc_np.h>
|
|
#endif
|
|
#endif
|