From 72eb14f9e0fe796f0e4db7c562acd2c440a69b2b Mon Sep 17 00:00:00 2001 From: dm1sh Date: Fri, 15 Jul 2022 16:19:00 +0300 Subject: [PATCH] Fixed includes --- include/gallery_p/gallery.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/gallery_p/gallery.h b/include/gallery_p/gallery.h index 73404b6..f7d00d4 100644 --- a/include/gallery_p/gallery.h +++ b/include/gallery_p/gallery.h @@ -3,6 +3,7 @@ #include #include +#include typedef struct { char *description; @@ -30,4 +31,4 @@ char *gen_gallery_html(); #define GALLERY_ROOT "static/gallery/albums/" -#endif \ No newline at end of file +#endif