mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 21:33:59 +02:00
Test fix for gcc to find versions.h
This commit is contained in:
@@ -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>
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user