From a8b8e9221022919588414b8ecb3dae13903ec484 Mon Sep 17 00:00:00 2001 From: borutr Date: Sun, 21 Dec 2008 14:24:43 +0000 Subject: [PATCH] include assert.h git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5295 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/librarian/sdcclib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/librarian/sdcclib.c b/support/librarian/sdcclib.c index 7b8c1f06..48e13e8b 100644 --- a/support/librarian/sdcclib.c +++ b/support/librarian/sdcclib.c @@ -49,6 +49,8 @@ int NumRelFiles=0; #define NEQ(A,B) strcmp((A),(B)) #if 1 +#include + #define fgets(S, SIZE, STREAM) do { \ char *__s4567 = S; \ char *__res4567 = fgets(__s4567, SIZE, STREAM); \ -- 2.39.5