Make it compile

Since people complain when i go to bed with broken commits

FossilOrigin-Name: 62d49eb8f326edc4505decdb0fdf85be7e9c52f4fc7301f677e4a3767d7bfb6a
This commit is contained in:
me@ow.nekobit.net 2022-04-06 01:57:35 +00:00
parent 96118307e3
commit 77fd533943
2 changed files with 3 additions and 0 deletions

View file

@ -84,6 +84,8 @@ $(PAGES_DIR)/in_reply_to.chtml: $(PAGES_DIR)/in_reply_to.html
./filec $< data_in_reply_to_html > $@
$(PAGES_DIR)/account_info.chtml: $(PAGES_DIR)/account_info.html
./filec $< data_account_info_html > $@
$(PAGES_DIR)/search.chtml: $(PAGES_DIR)/search.html
./filec $< data_search_html > $@
$(MASTODONT_DIR):
git clone $(MASTODONT_URL) || true

View file

@ -35,6 +35,7 @@
#include "session.h"
#include "notifications.h"
#include "test.h"
#include "search.h"
int main(void)
{