commit 79f1b1266d72edf78063510221c0da91f378e36d parent 4bc38b4035c97fa21b0a81fcb33767fe5265d1e9 Author: lostd <lostd@2f30.org> Date: Fri, 18 Nov 2016 11:39:35 +0000 Add missing include for clock_gettime(2) Diffstat:
M | mixerd.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/mixerd.c b/mixerd.c @@ -14,6 +14,7 @@ #include <stdlib.h> #include <string.h> #include <syslog.h> +#include <time.h> #include <unistd.h> #include <lame/lame.h>