X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fstringmap%2Fstringmap.c;h=364e2a4881519b2d2af1f89dd3dedb6dd08d8ceb;hp=b3ca57afe1b8a892d67d62743f804b591209bb30;hb=74257cee33ae3033f961d5f22a0313b8cb1b18d4;hpb=d268cd3b270f1e41123e036c07ab058bac98b762 diff --git a/ccan/stringmap/stringmap.c b/ccan/stringmap/stringmap.c index b3ca57af..364e2a48 100644 --- a/ccan/stringmap/stringmap.c +++ b/ccan/stringmap/stringmap.c @@ -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 //#define CONSISTENCY_CHECK