From 77fd533943ad392d9970a91084b8faa875bc390a Mon Sep 17 00:00:00 2001 From: "me@ow.nekobit.net" Date: Wed, 6 Apr 2022 01:57:35 +0000 Subject: [PATCH] Make it compile Since people complain when i go to bed with broken commits FossilOrigin-Name: 62d49eb8f326edc4505decdb0fdf85be7e9c52f4fc7301f677e4a3767d7bfb6a --- Makefile | 2 ++ src/main.c | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e905080..0050955 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/src/main.c b/src/main.c index db73c05..20ebef7 100644 --- a/src/main.c +++ b/src/main.c @@ -35,6 +35,7 @@ #include "session.h" #include "notifications.h" #include "test.h" +#include "search.h" int main(void) {