Skip to content

Commit

Permalink
chore: dont use </usr/include/linux/cdrom.h>
Browse files Browse the repository at this point in the history
Log: dont use </usr/include/linux/cdrom.h>
  • Loading branch information
wineee committed Dec 22, 2023
1 parent 2da6570 commit 0bbb198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/diskcheckthread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <sys/ioctl.h>
#include <fcntl.h>
#include </usr/include/linux/cdrom.h>
#include <linux/cdrom.h>
#include <QFile>
#include <unistd.h>

Expand Down

0 comments on commit 0bbb198

Please sign in to comment.