errno.h is needed under linux

This commit is contained in:
Thomas Bernard 2020-01-04 10:44:20 +01:00
parent d95f70467c
commit 8fec161073
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -31,6 +31,7 @@
#include <string.h>
#include <unistd.h>
#include <time.h>
#include <errno.h>
#include "../struct.h"
#include "../global.h"
#include "../gfx2log.h"