12 lines
362 B
Plaintext
12 lines
362 B
Plaintext
--- voice/include/voice.h.orig Thu Jul 2 05:02:14 1998
|
|
+++ voice/include/voice.h Thu Aug 27 21:11:19 1998
|
|
@@ -19,7 +19,7 @@
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
|
|
-#if !defined( __bsdi__ ) && !defined(__FreeBSD__) && !defined(NeXT)
|
|
+#if !defined( __bsdi__ ) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__)
|
|
# include <malloc.h>
|
|
#endif
|
|
|