Ensure SEEK_SET is set on systems where stdio.h is not pulled in by accident.

This commit is contained in:
Thomas Zander 2019-02-23 18:04:00 +01:00
parent f255a485b7
commit 4c50a5e0b3

View File

@ -43,6 +43,8 @@
#include <stdexcept>
#include <utility>
#include <cstdio>
class CdromDrive {
cdrom_drive_t *drv = nullptr;