28 lines
598 B
Plaintext
28 lines
598 B
Plaintext
$NetBSD: patch-as,v 1.1 2007/08/08 20:00:12 joerg Exp $
|
|
|
|
--- voice/include/voice.h.orig 2007-08-08 19:38:21.000000000 +0000
|
|
+++ voice/include/voice.h
|
|
@@ -11,10 +11,7 @@
|
|
#ifndef VOICE_INCLUDE_VOICE_H
|
|
#define VOICE_INCLUDE_VOICE_H
|
|
|
|
-#ifndef _NOSTDLIB_H
|
|
-# include <stdlib.h>
|
|
-#endif
|
|
-
|
|
+#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <unistd.h>
|
|
|
|
@@ -22,10 +19,6 @@
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
|
|
-#if !defined( __bsdi__ ) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__)
|
|
-# include <malloc.h>
|
|
-#endif
|
|
-
|
|
#include <math.h>
|
|
#include <signal.h>
|
|
#include <string.h>
|