By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2159
Collapse All | Expand All

(-)a/tdeioslave/audiocd/plugins/lame/encoderlame.cpp (+7 lines)
Lines 17-23 Link Here
17
*/
17
*/
18
18
19
#include <config.h>
19
#include <config.h>
20
21
#ifdef __OpenBSD__
22
#include <sys/types.h>
23
#include <sys/endian.h>
24
#else
20
#include <endian.h>
25
#include <endian.h>
26
#endif
27
21
#include "encoderlame.h"
28
#include "encoderlame.h"
22
#include "encoderlameconfig.h"
29
#include "encoderlameconfig.h"
23
#include "audiocd_lame_encoder.h"
30
#include "audiocd_lame_encoder.h"

Return to bug 2159