From bdff7c494e307ae3e1c0e329daab4dc48ae8442c Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Mon, 13 Oct 2008 00:42:04 -0300 Subject: [PATCH] Fix building including request header into frontend header --- include/atompub/frontend.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/atompub/frontend.h b/include/atompub/frontend.h index 80555eb..e2ee777 100644 --- a/include/atompub/frontend.h +++ b/include/atompub/frontend.h @@ -23,6 +23,7 @@ #include #include #include +#include typedef struct _atom_frontend AtomFrontend; -- 2.20.1