Included stdint.h * src/common.h
@@ -1,3 +1,8 @@
+2008-06-06 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
+
+ Included stdint.h
+ * src/common.h
2008-06-06 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Removed duplicate HAVE_GETTIMEOFDAY
@@ -61,5 +61,7 @@
// use C99 limit macros
#define __STDC_LIMIT_MACROS
+// included here for compatibility issues with old compiler/libraries.
+#include <stdint.h>
#endif // _D_COMMON_H_