]> git.gag.com Git - fw/sdcc/commitdiff
Just to prevent a debian bug
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 1 Jul 2001 14:03:23 +0000 (14:03 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 1 Jul 2001 14:03:23 +0000 (14:03 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@983 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/cpp/cpplib.c

index 19ee1dc2c1b12612299376e5a5e9d7b3a6dca495..d125709d867db8451d3cc2a9e3b63fa7418e2248 100644 (file)
@@ -89,6 +89,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
 // PENDING: Straighten this out into configure
+#include <time.h> // all compilers need this
 #ifdef __MINGW32__
 #include <time.h>
 #else