Skip to content

Commit

Permalink
ase/logging.cc: add missing unistd.h include
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed May 21, 2024
1 parent a2da11d commit 903979f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ase/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <stdarg.h>
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>

namespace Ase {
Expand Down

0 comments on commit 903979f

Please sign in to comment.