]> git.deb.at Git - pkg/netris.git/blob - debian/patches/07_curses.c-include-time.h
Comment out the homepage URL
[pkg/netris.git] / debian / patches / 07_curses.c-include-time.h
1 Author: Brian Brazil <bbrazil@netsoc.tcd.ie>    vim:ft=diff:
2 Description: #include <time.h> to avoid segfault on amd64, BTS #345305
3
4 Index: b/curses.c
5 ===================================================================
6 --- a/curses.c
7 +++ b/curses.c
8 @@ -20,6 +20,7 @@
9   */
10  
11  #include "netris.h"
12 +#include <time.h>
13  #include <sys/types.h>
14  #include <unistd.h>
15  #include <term.h>