Commit 4c50a5e0 authored by Thomas Zander's avatar Thomas Zander

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

parent f255a485
......@@ -43,6 +43,8 @@
#include <stdexcept>
#include <utility>
#include <cstdio>
class CdromDrive {
cdrom_drive_t *drv = nullptr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment