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

Collapse All | Expand All

(-)cdrdao-1.2.2/trackdb/FormatConverter.cc.gcc43 (+1 lines)
Lines 18-23 Link Here
18
 */
18
 */
19
19
20
#include <stdlib.h>
20
#include <stdlib.h>
21
#include <string.h>
21
#ifdef HAVE_AO
22
#ifdef HAVE_AO
22
#include <ao/ao.h>
23
#include <ao/ao.h>
23
#endif
24
#endif
(-)cdrdao-1.2.2/trackdb/TempFileManager.cc.gcc43 (+1 lines)
Lines 24-29 Link Here
24
#include <sys/stat.h>
24
#include <sys/stat.h>
25
#include <unistd.h>
25
#include <unistd.h>
26
#include <fcntl.h>
26
#include <fcntl.h>
27
#include <string.h>
27
28
28
#define DEFAULT_TEMP_PATH "/tmp/"
29
#define DEFAULT_TEMP_PATH "/tmp/"
29
30

Return to bug 213191