summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorThomas Zander <thomas.e.zander@googlemail.com>2019-02-23 18:04:00 +0100
committerThomas Zander <thomas.e.zander@googlemail.com>2019-02-23 18:04:00 +0100
commit4c50a5e0b309adc524cda7a00c034ba2eb3689da (patch)
tree1134b3c6892738005bde2e285a9db2952fa2e44d /src/lib
parentf255a485b745cb84ce4a735d6126f4360216aa2d (diff)
Ensure SEEK_SET is set on systems where stdio.h is not pulled in by accident.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/cdio/Paranoia.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/cdio/Paranoia.hxx b/src/lib/cdio/Paranoia.hxx
index 45d1f6d8c..19b4c4483 100644
--- a/src/lib/cdio/Paranoia.hxx
+++ b/src/lib/cdio/Paranoia.hxx
@@ -43,6 +43,8 @@
#include <stdexcept>
#include <utility>
+#include <cstdio>
+
class CdromDrive {
cdrom_drive_t *drv = nullptr;