changeset 149:cfc249906145

mgw/ctrl_sock.c: #include <sys/stat.h> per chmod(2) man page
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 11 Oct 2022 13:48:39 -0800
parents b51247739897
children 529906fddcfa
files mgw/ctrl_sock.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mgw/ctrl_sock.c	Sat Oct 08 23:52:08 2022 -0800
+++ b/mgw/ctrl_sock.c	Tue Oct 11 13:48:39 2022 -0800
@@ -4,6 +4,7 @@
  */
 
 #include <sys/types.h>
+#include <sys/stat.h>
 #include <sys/time.h>
 #include <sys/socket.h>
 #include <sys/un.h>