utils: include unistd.h

This commit is contained in:
Dirk-Jan C. Binnema 2022-04-14 23:04:09 +03:00
parent a7e6d57286
commit acbcbc0b43
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#define GNU_SOURCE
#include <stdio.h>
#include <stdint.h>
#include <unistd.h>
#include <string.h>
#include <iostream>