Add missing #include to quiet a compiler warning on sparc64.
This commit is contained in:
parent
300b9195a7
commit
3337af0ae1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82997
10
games/netris/files/patch-curses.c
Normal file
10
games/netris/files/patch-curses.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- curses.c.orig Sat Jun 14 22:11:52 2003
|
||||
+++ curses.c Sat Jun 14 22:12:50 2003
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <curses.h>
|
||||
+#include <term.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user