aboutsummaryrefslogtreecommitdiff
path: root/games/enygma/files/patch-screen.c
blob: d13343c8bb3e99b89b22c3b47e3797fb4458d33b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- screen.c.orig	2004-02-28 10:01:16 UTC
+++ screen.c
@@ -13,6 +13,7 @@
  */
 
 #include <stdio.h>
+#include <string.h>
 #ifdef CURSES_HDR
 #  include CURSES_HDR
 #else