]> git.deb.at Git - pkg/netris.git/blob - debian/patches/07_curses.c-include-time.h
Imported Debian patch 0.52-7
[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: netris-0.52/curses.c
5 ===================================================================
6 --- netris-0.52.orig/curses.c
7 +++ netris-0.52/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>