Skip to content

Commit 6f77d4a

Browse files
committed
fix includes
1 parent 87fcf01 commit 6f77d4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/balde-markdown.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
#ifndef _BALDE_MARKDOWN_H
1010
#define _BALDE_MARKDOWN_H
1111

12+
#include <glib.h>
13+
#include <balde.h>
14+
1215
gchar* balde_markdown_parse(balde_app_t *app, const gchar *mkd_source);
1316
gchar* balde_tmpl_markdown(balde_app_t *app, balde_request_t *request,
1417
const gchar *mkd);

0 commit comments

Comments
 (0)