diff -Nurpa streamixer-1.19.0.orig/argh/argh.cc streamixer-1.19.0/argh/argh.cc --- streamixer-1.19.0.orig/argh/argh.cc 2008-12-17 02:54:55.000000000 +0300 +++ streamixer-1.19.0/argh/argh.cc 2008-12-17 02:55:26.000000000 +0300 @@ -1,6 +1,7 @@ #include #include #include +#include using std::strchr; using std::sprintf; diff -Nurpa streamixer-1.19.0.orig/mixer.cc streamixer-1.19.0/mixer.cc --- streamixer-1.19.0.orig/mixer.cc 2008-12-17 02:54:55.000000000 +0300 +++ streamixer-1.19.0/mixer.cc 2008-12-17 02:56:21.000000000 +0300 @@ -1,5 +1,6 @@ #include /* stderr */ #include /* exit */ +#include #include /* accept */ #include /* fd_set */ #include