freebsd-ports/misc/splitvt/files/patch-vt100.c
Martin Wilke f223c764a7 - Fix build with gcc41
PR:		ports/104104
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
2006-10-07 14:52:56 +00:00

11 lines
262 B
C

--- vt100.c.orig Sat Jun 3 23:31:05 2000
+++ vt100.c Sat Oct 7 14:35:57 2006
@@ -17,6 +17,8 @@
#include <errno.h>
#include <stdio.h>
#include <ctype.h>
+#include <stdlib.h>
+#include <string.h>
#include "vt100.h"
#include "video.h"
#include "terminal.h"