diff options
Diffstat (limited to 'src/cmark.c')
-rw-r--r-- | src/cmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmark.c b/src/cmark.c index 140a14c..16817b9 100644 --- a/src/cmark.c +++ b/src/cmark.c @@ -2,7 +2,7 @@ #include <assert.h> #include <stdio.h> #include "node.h" -#include "html/houdini.h" +#include "houdini.h" #include "cmark.h" #include "buffer.h" |