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

(-)darkice-0.19.orig/src/JackDspSource.cpp (+11 lines)
Lines 64-69 Link Here
64
#error need math.h
64
#error need math.h
65
#endif
65
#endif
66
66
67
#ifdef HAVE_STDLIB_H
68
#include <stdlib.h>
69
#else
70
#error needs stdlib.h
71
#endif
72
#ifdef HAVE_LIMITS_H
73
#include <limits.h>
74
#else
75
#error need limits.h
76
#endif
77
67
#include "Util.h"
78
#include "Util.h"
68
#include "Exception.h"
79
#include "Exception.h"
69
#include "JackDspSource.h"
80
#include "JackDspSource.h"

Return to bug 302405