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

(-)kadu-core/protocol.h (-2 / +2 lines)
Lines 4-12 Link Here
4
#include <QtCore/QDateTime>
4
#include <QtCore/QDateTime>
5
#include <QtCore/QObject>
5
#include <QtCore/QObject>
6
6
7
#ifdef __sun__
7
#if defined(__sun__ ) || defined(__linux__)
8
#include <sys/types.h>
8
#include <sys/types.h>
9
#endif /* __sun__ */
9
#endif /* __sun__ || __linux__ */
10
10
11
#ifdef _MSC_VER
11
#ifdef _MSC_VER
12
#include "kinttypes.h"
12
#include "kinttypes.h"

Return to bug 276510