$OpenBSD: patch-display_c,v 1.1.1.1 2003/08/02 15:35:21 couderc Exp $
--- display.c.orig	2003-07-26 13:55:22.000000000 +0200
+++ display.c	2003-07-26 13:55:41.000000000 +0200
@@ -5,6 +5,7 @@
 #include <stdlib.h>
 #include <curses.h>
 #include <stdarg.h>
+#include <string.h>
 #include <math.h>
 #include <err.h>
 #include <time.h>

