blob: 0b15f5ef4edb37e9bfa2bf370633eb72500594bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ag,v 1.1 2005/04/06 16:30:18 wiz Exp $
--- opts.c.orig 1995-08-15 20:34:09.000000000 +0200
+++ opts.c
@@ -37,9 +37,9 @@
#include <stdio.h>
#include <string.h>
-#include "opts.h"
#include <malloc.h>
#include <math.h>
+#include "opts.h"
/*==============*
* EXTERNALS *
|