1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-24 07:26:49 +02:00

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

View File

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