<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/src/dial.c
+++ b/src/dial.c
@@ -39,11 +39,9 @@
 #include "intl.h"
 
 #ifdef VC_MUSIC
-#  if defined(__GLIBC__)
 #    include &lt;sys/ioctl.h&gt;
 #    include &lt;sys/kd.h&gt;
 #    include &lt;sys/time.h&gt;
-#  endif
 #endif
 
 enum { CURRENT_VERSION = 6 };
</pre></body></html>