]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Fix missing header for systemd notification 444/head
author90 <hi@90.gripe>
Fri, 5 Apr 2024 18:36:06 +0000 (19:36 +0100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 5 Apr 2024 21:16:25 +0000 (08:16 +1100)
openbsd-compat/port-linux.c

index df7290246df63a65cfef80d2d7d0db4ce3803128..4c024c6d2d6111997a9d9cd9c8ad32452398fd98 100644 (file)
@@ -33,6 +33,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>
+#include <unistd.h>
 
 #include "log.h"
 #include "xmalloc.h"