From a04d31d5c3a513f1f3c82f33407212455fa98cc7 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Thu, 9 Sep 2021 21:54:52 -0400 Subject: * emms-volume-sndioctl.el: add missing require --- emms-volume-sndioctl.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emms-volume-sndioctl.el b/emms-volume-sndioctl.el index 4bfb574..74ca4b3 100644 --- a/emms-volume-sndioctl.el +++ b/emms-volume-sndioctl.el @@ -32,6 +32,7 @@ ;; Sep 09 2021: Based on emms-volume-mixerctl.el by Omar Polo ;;; Code: +(require 'subr-x) (defcustom emms-volume-sndioctl-stream "output" "The stream to change the volume with. -- cgit v1.2.3