From 4c50a5e0b309adc524cda7a00c034ba2eb3689da Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Sat, 23 Feb 2019 18:04:00 +0100 Subject: [PATCH] Ensure SEEK_SET is set on systems where stdio.h is not pulled in by accident. --- src/lib/cdio/Paranoia.hxx | 2 ++ 1 file changed, 2 insertions(+) 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 #include +#include + class CdromDrive { cdrom_drive_t *drv = nullptr;