121408a09b
- fix LP64 problems; fixes amd64 crash reported by Marcos Latas
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
$OpenBSD: patch-vt100_c,v 1.1 2005/10/31 20:27:14 naddy Exp $
|
|
--- vt100.c.orig Mon Oct 31 21:08:40 2005
|
|
+++ vt100.c Mon Oct 31 21:08:58 2005
|
|
@@ -16,6 +16,7 @@
|
|
#endif
|
|
#include <errno.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <ctype.h>
|
|
#include "vt100.h"
|
|
#include "video.h"
|