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

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- src/config.cpp
0
++ src/config.cpp
Lines 27-34 Link Here
27
27
28
*************************************************************************/
28
*************************************************************************/
29
29
30
#include <stdio.h>
30
#include <cstring>
31
#include <stdlib.h>
31
#include <cstdio>
32
#include <cstdlib>
32
#include "config.h"
33
#include "config.h"
33
#include "init.h"
34
#include "init.h"
34
35

Return to bug 218940