summaryrefslogtreecommitdiff
path: root/games/gnome-games/patches/patch-aa
blob: d928c6cb171d0f4290e515d10a2ea047fe11f58b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aa,v 1.3 2000/06/27 08:30:48 tron Exp $

--- gtali/cyahtzee.c.orig	Sun Apr 11 05:42:17 1999
+++ gtali/cyahtzee.c	Tue Jun 27 10:08:30 2000
@@ -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"