X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Flibrarian%2Fsdcclib.c;h=48e13e8b1873b4f2612909533c9976acdde16497;hb=a8b8e9221022919588414b8ecb3dae13903ec484;hp=7b8c1f061e5e7c70809d4b48bb842cde6ecdbec5;hpb=62eb9d8a9c4a374ed14fe484ea7a0fa833a15549;p=fw%2Fsdcc 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); \