]> git.ozlabs.org Git - ccan/blobdiff - ccan/stringmap/stringmap.c
talloc: spelling fix.
[ccan] / ccan / stringmap / stringmap.c
index b3ca57afe1b8a892d67d62743f804b591209bb30..364e2a4881519b2d2af1f89dd3dedb6dd08d8ceb 100644 (file)
@@ -29,7 +29,7 @@
 /* This is a heavily modified version of the Patricia tree implementation
    in PCC at http://pcc.zentus.com/cgi-bin/cvsweb.cgi/cc/cpp/cpp.c?rev=1.96 */
 
-#include "stringmap.h"
+#include <ccan/stringmap/stringmap.h>
 
 //#define CONSISTENCY_CHECK