This patch fixes the minor typo:
Code:
Index: common/shareddb.h
===================================================================
--- common/shareddb.h (revision 640)
+++ common/shareddb.h (working copy)
@@ -6,7 +6,7 @@
#include "database.h"
#include "skills.h"
#include "../zone/spdat.h"
-#include "item.h"
+#include "Item.h"
#include <list>