1
0

101-fix_music_includes.patch 248 B

1234567891011121314
  1. --- a/src/dial.c
  2. +++ b/src/dial.c
  3. @@ -39,11 +39,9 @@
  4. #include "intl.h"
  5. #ifdef VC_MUSIC
  6. -# if defined(__GLIBC__)
  7. # include <sys/ioctl.h>
  8. # include <sys/kd.h>
  9. # include <sys/time.h>
  10. -# endif
  11. #endif
  12. enum { CURRENT_VERSION = 6 };