public
Fork of 10gen/mongo
Description: 10gen database
Homepage: http://www.10gen.com/wiki/db
Clone URL: git://github.com/tmm1/mongo.git
Fix compile issues with GCC 4.3
tmm1 (author)
Thu Jul 24 18:04:51 -0700 2008
commit  a4e46ea8a57324f413f68de21b14432c27aba29e
tree    810dcb286d6f6ae17e148d5faca89a467c16c063
parent  27cbdfdc8c320bcf5cb08f5277fc1d77167cc134
...
27
28
29
 
 
30
31
32
...
27
28
29
30
31
32
33
34
0
@@ -27,6 +27,8 @@ const bool debug=true;
0
 const bool debug=false;
0
 #endif
0
 
0
+#include <cstring>
0
+#include <cstdlib>
0
 #include <memory>
0
 
0
 extern void dbexit(int returnCode, const char *whyMsg = "");

Comments

    No one has commented yet.