Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 220429 | Differences between
and this patch

Collapse All | Expand All

(-)ecasound~/ecatools/ecasignalview.cpp (+1 lines)
Lines 31-36 Link Here
31
#include <cassert>
31
#include <cassert>
32
#include <cmath>
32
#include <cmath>
33
#include <cstdio>
33
#include <cstdio>
34
#include <cstring>
34
35
35
#include <signal.h>
36
#include <signal.h>
36
#include <unistd.h>
37
#include <unistd.h>
(-)ecasound~/kvutils/kvu_procedure_timer.cpp (+1 lines)
Lines 19-24 Link Here
19
// ------------------------------------------------------------------------
19
// ------------------------------------------------------------------------
20
20
21
#include <cmath>
21
#include <cmath>
22
#include <cstring>
22
#include <math.h> /* floor() */
23
#include <math.h> /* floor() */
23
#include "kvu_numtostr.h"
24
#include "kvu_numtostr.h"
24
#include "kvu_procedure_timer.h"
25
#include "kvu_procedure_timer.h"
(-)ecasound~/libecasound/plugins/audioio_jack_manager.cpp (+1 lines)
Lines 31-36 Link Here
31
#include <iostream>
31
#include <iostream>
32
#include <string>
32
#include <string>
33
33
34
#include <cstring>
34
#include <sys/time.h> /* gettimeofday() */
35
#include <sys/time.h> /* gettimeofday() */
35
#include <errno.h> /* ETIMEDOUT */
36
#include <errno.h> /* ETIMEDOUT */
36
#include <jack/jack.h>
37
#include <jack/jack.h>

Return to bug 220429