Index: streamixer-1.19.0/argh/argh.cc =================================================================== --- streamixer-1.19.0.orig/argh/argh.cc +++ streamixer-1.19.0/argh/argh.cc @@ -1,6 +1,7 @@ #include #include #include +#include using std::strchr; using std::sprintf; Index: streamixer-1.19.0/mixer.cc =================================================================== --- streamixer-1.19.0.orig/mixer.cc +++ streamixer-1.19.0/mixer.cc @@ -6,6 +6,7 @@ #include #include #include +#include #include "soundtypes.h" #include "serverfun.h"