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