blob: 39fe1ff746d7f650f8125eecef4552d45d39479a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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>
|