blob: f315de8911dde4ac0c45dbbd38bf961f73576020 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-src_screen.cpp,v 1.1.1.1 2012/01/08 15:52:12 wiz Exp $
Add missing header.
--- src/screen.cpp.orig 2005-10-03 05:57:31.000000000 +0000
+++ src/screen.cpp
@@ -8,6 +8,7 @@
#include <cstdarg>
#include <cfloat>
#include "u4.h"
+#include <string.h>
#include "screen.h"
|