Skip to content

Commit

Permalink
[logger] + add missing header fcntl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-good-deal committed Jul 13, 2023
1 parent 3539ff3 commit e06323c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analyzer/tools/build-logger/src/ldlogger-logger.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <sys/stat.h>
#include <sys/file.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>
Expand Down

0 comments on commit e06323c

Please sign in to comment.