Include unistd.h in OptionsParser.
GitOrigin-RevId: 9e8ed25f239ce898523f02454b40219024157555
This commit is contained in:
parent
0bd7881fb7
commit
59b98c5b50
@ -16,6 +16,7 @@
|
||||
|
||||
#if !TD_WINDOWS
|
||||
#include <getopt.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
namespace td {
|
||||
|
Reference in New Issue
Block a user