openbsd-ports/misc/splitvt/patches/patch-vt100_c
naddy 121408a09b - update to 1.6.5
- fix LP64 problems; fixes amd64 crash reported by Marcos Latas
2005-10-31 20:27:14 +00:00

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"