From: borutr Date: Sun, 21 Dec 2008 14:24:43 +0000 (+0000) Subject: include assert.h X-Git-Url: https://git.gag.com/?p=fw%2Fsdcc;a=commitdiff_plain;h=a8b8e9221022919588414b8ecb3dae13903ec484 include assert.h git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5295 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- 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); \