From f305b0d4ee65f11c1f19a12a6cd094adb4df904a Mon Sep 17 00:00:00 2001 From: vsc Date: Wed, 5 Jun 2002 14:23:15 +0000 Subject: [PATCH] fix debug only compilation git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@521 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/agc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/agc.c b/C/agc.c index 8e4a97ed5..f95b573e4 100644 --- a/C/agc.c +++ b/C/agc.c @@ -21,9 +21,9 @@ static char SccsId[] = "@(#)agc.c 1.3 3/15/90"; #include "absmi.h" #include "alloc.h" +#include "yapio.h" #ifdef DEBUG -#include "yapio.h" /* #define DEBUG_RESTORE2 1 */ #define errout YP_stderr #endif