This commit is contained in:
vanhauser-thc
2021-12-25 14:21:59 +01:00
parent 185d7f2ede
commit 47488dcd02
3 changed files with 3 additions and 6 deletions

View File

@ -38,13 +38,10 @@
#include "common.h"
/* Detect @@ in args. */
#ifndef __glibc__
#include <unistd.h>
#endif
#include <unistd.h>
#include <limits.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
u8 be_quiet = 0;