ncmixer

ncurses audio mixer for DJ'ing
git clone git://git.2f30.org/ncmixer
Log | Files | Refs | README | LICENSE

commit d585b676235a3a0c2a47d070d01f019a0d7208c7
parent 1d2b8cc7859af99cce8447f62bcc4424a0627ab9
Author: sin <sin@2f30.org>
Date:   Fri,  3 Jun 2016 14:40:58 +0100

Include necessary headers for umask(2)

Diffstat:
Mncmixer.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/ncmixer.c b/ncmixer.c @@ -1,4 +1,6 @@ +#include <sys/types.h> #include <sys/socket.h> +#include <sys/stat.h> #include <sys/un.h> #include <curses.h>