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

(-)libraries/cmos/CmosRW.cpp (+1 lines)
Lines 19-24 Link Here
19
// compat header should always be first header if including system headers
19
// compat header should always be first header if including system headers
20
#define LIBSMBIOS_SOURCE
20
#define LIBSMBIOS_SOURCE
21
#include "smbios/compat.h"
21
#include "smbios/compat.h"
22
#include <stdio.h>
22
#include <errno.h>
23
#include <errno.h>
23
#include <string.h>
24
#include <string.h>
24
#include "CmosRWImpl.h"
25
#include "CmosRWImpl.h"
(-)libraries/memory/Memory_Linux.cpp (+1 lines)
Lines 22-27 Link Here
22
22
23
#include <errno.h>
23
#include <errno.h>
24
#include <sys/mman.h>   /* mmap */
24
#include <sys/mman.h>   /* mmap */
25
#include <stdio.h>
25
#include <unistd.h>     /* getpagesize */
26
#include <unistd.h>     /* getpagesize */
26
#include <string.h>     /* memcpy etc. */
27
#include <string.h>     /* memcpy etc. */
27
28
(-)libraries/smbios/SmbiosStrategy_Linux.cpp (+1 lines)
Lines 20-25 Link Here
20
#define LIBSMBIOS_SOURCE
20
#define LIBSMBIOS_SOURCE
21
#include "smbios/compat.h"
21
#include "smbios/compat.h"
22
22
23
#include <cstdio>
23
#include <sstream>
24
#include <sstream>
24
#include <string.h>
25
#include <string.h>
25
26
(-)libraries/smi/SmiImpl.h (+2 lines)
Lines 22-27 Link Here
22
#include "SmiLowLevel.h"
22
#include "SmiLowLevel.h"
23
#include "ExceptionImpl.h"
23
#include "ExceptionImpl.h"
24
24
25
#include <cstdio>
26
25
namespace smi
27
namespace smi
26
{
28
{
27
    // define our exceptions
29
    // define our exceptions

Return to bug 256777