15 lines
273 B
Text
15 lines
273 B
Text
|
--- opts.c.orig Tue Aug 15 14:34:09 1995
|
||
|
+++ opts.c Sun Jun 10 01:38:32 2001
|
||
|
@@ -38,7 +38,11 @@
|
||
|
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
#include "opts.h"
|
||
|
+#ifdef __OpenBSD__
|
||
|
+#include <stdlib.h>
|
||
|
+#else
|
||
|
#include <malloc.h>
|
||
|
+#endif
|
||
|
#include <math.h>
|
||
|
|
||
|
/*==============*
|