Without , gettimeofday is undefined. diff --git a/src/AudioIO.cpp b/src/AudioIO.cpp index 0187e3962..e15d55f4c 100644 --- a/src/AudioIO.cpp +++ b/src/AudioIO.cpp @@ -479,6 +479,8 @@ time warp info and AudioIOListener and whether the playback is looped. #include "../lib-src/portmidi/porttime/porttime.h" #include "../lib-src/header-substitutes/allegro.h" +#include + #define MIDI_SLEEP 10 /* milliseconds */ // how long do we think the thread that fills MIDI buffers, // if it is separate from the portaudio thread, ix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-18uuid: Fix NTFS UUID stringification.Tobias Geerinckx-Rice
Previously, (ntfs-uuid->string (string->ntfs-uuid"5234ED0D34ECF53F")) would yield "5234EDD34ECF53F". Reported by sughosha in #guix. * gnu/system/uuid.scm (ntfs-uuid->string): Pad hex bytes with zero when needed.
2021-09-23uuid: Support XFS.Tobias Geerinckx-Rice
* gnu/system/uuid.scm (string->xfs-uuid): New procedure. (%uuid-parsers, %uuid-printers): Add ‘xfs’ file system type.
2020-11-07uuid: Add support for bcachefs.Tobias Geerinckx-Rice
* gnu/system/uuid.scm (string->bcachefs-uuid): New exported procedure. (%uuid-parsers, %uuid-printers): Add the ‘bcachefs’ file system type.