Test fix for gcc to find versions.h

This commit is contained in:
mathusummut
2018-10-06 23:06:25 +02:00
parent f8a51d3f01
commit 2de5026e82
20 changed files with 22 additions and 22 deletions

View File

@@ -71,7 +71,7 @@
#include "platform_util.h"
#include "utf8.h"
#include "byte_order.h"
#include "shared_definitions.h"
#include "shared_const.h"
#if _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE >= 500 || _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED
#include <unistd.h>

View File

@@ -38,7 +38,7 @@
#include <string.h>
#include <stdlib.h>
#include "conversion.h"
#include "shared_definitions.h"
#include "shared_const.h"
using namespace Shared::Util;
using namespace Shared::PlatformCommon;

View File

@@ -33,7 +33,7 @@
#include "utf8.h"
#include "font.h"
#include "string_utils.h"
#include "shared_definitions.h"
#include "shared_const.h"
#include "leak_dumper.h"
using namespace std;