From 2191d50252f17f861ef6a7f7a5065af66ebb062e Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 30 Nov 2005 19:34:20 +0000 Subject: [PATCH] Include ciolib.h for the main() redefinition. --- xtrn/dpoker/dpconfig.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xtrn/dpoker/dpconfig.c b/xtrn/dpoker/dpconfig.c index 784d06875e..15e23dfe91 100644 --- a/xtrn/dpoker/dpconfig.c +++ b/xtrn/dpoker/dpconfig.c @@ -1,4 +1,5 @@ #include "ini_file.h" +#include "ciolib.h" /* Redefinition of main() */ #include "uifc.h" #define MAX_PLAYERS 6 -- GitLab