diff --git a/doc/index.html b/doc/index.html
index 3ed0ed9..2155192 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -22,7 +22,7 @@ directory.  The following example shows how to open a database,
 creating it if necessary:
 <p>
 <pre>
-  #include &lt;assert&gt;
+  #include &lt;cassert&gt;
   #include "leveldb/db.h"
 
   leveldb::DB* db;