Skip to content

Commit

Permalink
fix fcntl.h warninig
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 26, 2025
1 parent 9bd55cb commit 06a55f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drive_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ POSSIBILITY OF SUCH DAMAGE.
#include <sys/vfs.h>
#include <linux/magic.h>
#include <sys/stat.h>
#include <sys/fcntl.h>
#include <sys/sysmacros.h> // for major()/minor()
#include <fcntl.h>
#include <dirent.h>
#include <unistd.h>

Expand Down

0 comments on commit 06a55f7

Please sign in to comment.