14 lines
423 B
Text
14 lines
423 B
Text
$NetBSD: patch-ae,v 1.1 2006/01/23 16:17:13 joerg Exp $
|
|
|
|
--- mvmsim.c.orig 2006-01-15 16:45:37.000000000 +0000
|
|
+++ mvmsim.c
|
|
@@ -7,8 +7,8 @@
|
|
* This file may be freely distributed. Please mail improvements to the author.
|
|
*
|
|
*******************************************************************************/
|
|
-#include <time.h>
|
|
#include <stdio.h>
|
|
+#include <time.h>
|
|
#include <math.h>
|
|
#include "arg.h"
|
|
#include "memalloc.h"
|