Fix build with libc++

Reported by:	pkg-fallout
This commit is contained in:
Rene Ladan 2013-09-27 08:43:09 +00:00
parent ea6fe4fa96
commit a2fa1f44af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328442

View file

@ -0,0 +1,10 @@
--- ./boinc_curses.c.orig 2012-05-25 14:18:33.000000000 +0200
+++ ./boinc_curses.c 2013-09-27 10:23:19.000000000 +0200
@@ -21,6 +21,7 @@
#include <curses.h>
#include <signal.h>
+#include <time.h>
#include <sys/ioctl.h>
#include <gui_rpc_client.h>