You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-puzzle/ngstar/files/ngstar-2.1.8-gcc47.patch

12 lines
315 B

--- src/Ncurses_UI.cc.old 2012-07-21 22:25:16.421521521 +0200
+++ src/Ncurses_UI.cc 2012-07-21 22:26:01.008390914 +0200
@@ -23,6 +23,8 @@
/* includes */
#include "Ncurses_UI.hh"
+#include <unistd.h>
+
using namespace ngstar2;
Ncurses_UI::Ncurses_UI( NGStar2 *engine, Configuration* config, Scores *scores )