Skip to content

Commit bb2454e

Browse files
committed
Add missing include
Unbreak oss-fuzz build.
1 parent daee92e commit bb2454e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

daemon/qrexec-daemon-common.c

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <sys/un.h>
55
#include <sys/wait.h>
66
#include <stdio.h>
7+
#include <unistd.h>
78

89
#include "qrexec.h"
910
#include "libqrexec-utils.h"

0 commit comments

Comments
 (0)