include assert.h
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 21 Dec 2008 14:24:43 +0000 (14:24 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 21 Dec 2008 14:24:43 +0000 (14:24 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5295 4a8a32a2-be11-0410-ad9d-d568d2c75423

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);       \