mirror of
https://github.com/fmang/opustags.git
synced 2025-01-28 19:05:03 +01:00
Add headers required on macOS
This commit is contained in:
parent
48336b5367
commit
40defdf2e1
@ -12,6 +12,7 @@
|
||||
#include <config.h>
|
||||
#include <opustags.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
#include <opustags.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
using namespace std::literals::string_literals;
|
||||
|
@ -11,7 +11,9 @@
|
||||
|
||||
#include <opustags.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
ot::status ot::partial_file::open(const char* destination)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user