From 0c5dd8ffe9c67051ce79452fcdd7465043655645 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sun, 7 Jan 2024 18:58:26 +0000 Subject: [PATCH] remove explicit #include endian.h unfortunately that's not portable. config.h will include the right stuff however. --- compat/imsg-buffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/compat/imsg-buffer.c b/compat/imsg-buffer.c index e1586d1..f17eb7f 100644 --- a/compat/imsg-buffer.c +++ b/compat/imsg-buffer.c @@ -25,7 +25,6 @@ #include #include -#include #include #include #include