blob: 7df7f98275ae129c3a80c73ba3bb8ae9521b41dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ag,v 1.2 2007/07/30 10:25:42 joerg Exp $
--- opts.c.orig 1995-08-15 18:34:09.000000000 +0000
+++ opts.c
@@ -37,9 +37,9 @@
#include <stdio.h>
#include <string.h>
-#include "opts.h"
-#include <malloc.h>
+#include <stdlib.h>
#include <math.h>
+#include "opts.h"
/*==============*
* EXTERNALS *
|