Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251258
Collapse All | Expand All

(-)streamixer-1.19.0.orig/argh/argh.cc (+1 lines)
Lines 1-6 Link Here
1
#include <map>
1
#include <map>
2
#include <cstdio>
2
#include <cstdio>
3
#include <cstring>
3
#include <cstring>
4
#include <cstdlib>
4
5
5
using std::strchr;
6
using std::strchr;
6
using std::sprintf;
7
using std::sprintf;
(-)streamixer-1.19.0.orig/mixer.cc (+1 lines)
Lines 1-5 Link Here
1
#include <cstdio>       /* stderr          */
1
#include <cstdio>       /* stderr          */
2
#include <cstdlib>      /* exit            */
2
#include <cstdlib>      /* exit            */
3
#include <cstring>
3
#include <sys/socket.h> /* accept          */
4
#include <sys/socket.h> /* accept          */
4
#include <sys/types.h>  /* fd_set          */
5
#include <sys/types.h>  /* fd_set          */
5
#include <sys/wait.h>
6
#include <sys/wait.h>

Return to bug 251258