Ensure SEEK_SET is set on systems where stdio.h is not pulled in by accident.
This commit is contained in:
parent
f255a485b7
commit
4c50a5e0b3
@ -43,6 +43,8 @@
|
||||
#include <stdexcept>
|
||||
#include <utility>
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
class CdromDrive {
|
||||
cdrom_drive_t *drv = nullptr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user