add missing include master
authorLaurent Mazet <mazet@softndesign.org>
Mon, 1 Jan 2024 16:47:16 +0000 (17:47 +0100)
committerLaurent Mazet <mazet@softndesign.org>
Mon, 1 Jan 2024 16:47:16 +0000 (17:47 +0100)
indent.c

index 025aac814799a3b66180f10ab25206d2c16d51e7..26b19288163877e594201fe048c3e0d0273f2fcb 100644 (file)
--- a/indent.c
+++ b/indent.c
@@ -3,6 +3,7 @@
 /* linker: debug.o */
 
 #include <assert.h>
+#include <errno.h>
 #include <getopt.h>
 #include <malloc.h>
 #include <stdio.h>