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/greedy/files/greedy-0.2.0-missing-includ...

13 lines
204 B

--- a/greedy.c
+++ b/greedy.c
@@ -13,6 +13,9 @@
#include <ncurses.h>
#include <stdlib.h>
+#include <time.h>
+#include <unistd.h>
+#include <string.h>
#include "playmodes.h"
#include "playmodes.c"