freebsd-ports/net/boinc_curses/files/patch-boinc_curses.c
Rene Ladan a2fa1f44af Fix build with libc++
Reported by:	pkg-fallout
2013-09-27 08:43:09 +00:00

10 lines
255 B
C

--- ./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>