mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
29e982a396
Submitted by:Ade Lovett<ade@lovett.com> Update to 1.0.51
19 lines
386 B
Plaintext
19 lines
386 B
Plaintext
--- gtali/cyahtzee.c.orig Sat Apr 10 22:42:17 1999
|
|
+++ gtali/cyahtzee.c Mon Oct 4 16:29:56 1999
|
|
@@ -37,13 +37,14 @@
|
|
#include <signal.h>
|
|
#include <stdarg.h>
|
|
|
|
+#include <config.h>
|
|
+
|
|
#if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
|
|
#include <ncurses.h>
|
|
#else
|
|
#include <curses.h>
|
|
#endif
|
|
|
|
-#include <config.h>
|
|
#include "yahtzee.h"
|
|
#include "cyahtzee.h"
|
|
#include "scores.h"
|