include assert.h
[fw/sdcc] / support / librarian / sdcclib.c
index 7b8c1f061e5e7c70809d4b48bb842cde6ecdbec5..48e13e8b1873b4f2612909533c9976acdde16497 100644 (file)
@@ -49,6 +49,8 @@ int NumRelFiles=0;
 #define NEQ(A,B) strcmp((A),(B))
 
 #if 1
+#include <assert.h>
+
 #define fgets(S, SIZE, STREAM)  do {                    \
   char *__s4567 = S;                                    \
   char *__res4567 = fgets(__s4567, SIZE, STREAM);       \