[openssh-commits] [openssh] branch master updated: Fix missing header for systemd notification
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Apr 6 08:18:03 AEDT 2024
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 88351eca Fix missing header for systemd notification
88351eca is described below
commit 88351eca17dcc55189991ba60e50819b6d4193c1
Author: 90 <hi at 90.gripe>
AuthorDate: Fri Apr 5 19:36:06 2024 +0100
Fix missing header for systemd notification
---
openbsd-compat/port-linux.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/openbsd-compat/port-linux.c b/openbsd-compat/port-linux.c
index df729024..4c024c6d 100644
--- a/openbsd-compat/port-linux.c
+++ b/openbsd-compat/port-linux.c
@@ -33,6 +33,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
+#include <unistd.h>
#include "log.h"
#include "xmalloc.h"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list