summaryrefslogtreecommitdiff
path: root/games-puzzle/greedy/files/greedy-0.2.0-missing-include.patch
blob: a728cde5b34eddfa9fb177749b93342a72b7eadb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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"