mirror of
https://github.com/fmang/opustags.git
synced 2025-07-08 10:34:30 +02:00
Include headers for mkstemps
Linux requires <stdlib.h>, but FreeBSD requires <unistd.h>.
This commit is contained in:
committed by
Frédéric Mangano
parent
4a1b8705cc
commit
b8c8be453f
@ -12,8 +12,10 @@
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
using namespace std::literals::string_literals;
|
||||
|
||||
|
Reference in New Issue
Block a user