blob: a8fdd4348149249ac4f03f503e72d26a2a6b1244 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.1 2003/07/31 09:17:46 abs Exp $
--- fix4SA110rev2.c.orig 2003-07-31 10:20:41.000000000 +0100
+++ fix4SA110rev2.c
@@ -79,8 +79,8 @@
*/
#include <stdio.h>
-#include <a.out.h>
#include <stdlib.h>
+#include <a.out.h>
/* All programs are loaded at this base address. */
#define LOAD_ADDR 0x1000
|