freebsd-ports/games/gnomegames/files/patch-ag
Yukihiro Nakai 29e982a396 PR: ports/14303
Submitted by:Ade Lovett<ade@lovett.com>
Update to 1.0.51
1999-10-14 09:18:40 +00:00

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"