Add a couple of extra unistd.h includes to fix a build failure

This commit is contained in:
Tim Wojtulewicz 2022-10-29 22:36:10 -07:00 committed by Tomer Lev
parent fbcb7bd2ec
commit af947ae000
3 changed files with 5 additions and 3 deletions

View file

@ -3,6 +3,7 @@
#pragma once
#include <sys/types.h> // for u_char
#include <unistd.h>
extern "C"
{