fixing build errors caused by missing headers when DISABLE_LOGGING is defined
3 files changed, 4 insertions(+), 0 deletions(-) M src/api.c M src/main.c M src/uri.c
M src/api.c => src/api.c +2-0
@@ 1,5 1,7 @@ #include <lauxlib.h> #include <lua.h> #include <stdlib.h> #include <string.h> #include <sys/stat.h> #include "cert.h"
M src/main.c => src/main.c +1-0
@@ 1,5 1,6 @@ #include <errno.h> #include <event2/event.h> #include <stdlib.h> #include <unistd.h> #include "gemini.h"
M src/uri.c => src/uri.c +1-0