commit 5f50119f48cfb35cc3187fc1adca02c9840d62e9 from: Thomas Adam date: Sat Nov 25 11:13:13 2023 UTC portable: add got_compat.h where necessary Where new files have appeared, etc., in -portable, "got_compat.h" needs to be added. commit - b69b73ef940f81c5e2f740df4166d2cf68677683 commit + 5f50119f48cfb35cc3187fc1adca02c9840d62e9 blob - 20d8abe194e1f52fda57ad7ab149330c3df22c83 blob + efb59dd8bd4cef16f4f01b97b24d53047fa0cf03 --- gotwebd/Makefile.am +++ gotwebd/Makefile.am @@ -69,7 +69,6 @@ gotwebd_SOURCES = config.c \ log.c \ pages.c \ parse.y \ - proc.c \ sockets.c gotwebd_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a blob - ea73156a5b244c30f54ef2bed294fedfef0ba589 blob + 9b76c142f7896c6574ee51aef180f428c3e8480c --- gotwebd/config.c +++ gotwebd/config.c @@ -15,6 +15,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "got_compat.h" + #include #include #include blob - ed2225cd822f1575fc0c616db6ec43a325bbd1a9 blob + 30b45f5122dba4b58ca7b57ddfc0359ab3d2c9c7 --- gotwebd/gotwebd.c +++ gotwebd/gotwebd.c @@ -15,6 +15,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "got_compat.h" + #include #include #include @@ -37,7 +39,6 @@ #include #include -#include "got_compat.h" #include "got_opentemp.h" #include "got_reference.h"