--- ./ld10k1/src/ld10k1_fnc1.c.orig	2015-09-10 22:54:40.229499746 -0400
+++ ./ld10k1/src/ld10k1_fnc1.c	2015-09-10 23:09:37.236472375 -0400
@@ -23,6 +23,10 @@
 #include "config.h"
 #endif
 
+#if !defined(__GLIBC__)
+typedef void (*__sighandler_t) (int);
+#endif
+
 #include <alsa/asoundlib.h>
 
 #include <signal.h>