commit 0c5dd8ffe9c67051ce79452fcdd7465043655645 from: Omar Polo date: Sun Jan 07 18:58:26 2024 UTC remove explicit #include endian.h unfortunately that's not portable. config.h will include the right stuff however. commit - ebfc578491a0c59e41607c6cb58fc1c8e02f2ec3 commit + 0c5dd8ffe9c67051ce79452fcdd7465043655645 blob - e1586d111832de97a76b5e530614cf7f8ada4de2 blob + f17eb7f68a7774fb16d821a7d079f52162814655 --- compat/imsg-buffer.c +++ compat/imsg-buffer.c @@ -25,7 +25,6 @@ #include #include -#include #include #include #include