From b6277b30756c96404bc747f32ae45e9d3e205447 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: ćšć, 09 1æ 2020 10:19:22 +0800 Subject: [PATCH] pc identifiers intermediate work --- src/library/pc_identifier/pc-identifiers.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/library/pc_identifier/pc-identifiers.h b/src/library/pc_identifier/pc-identifiers.h index 2eb0d56..f245096 100644 --- a/src/library/pc_identifier/pc-identifiers.h +++ b/src/library/pc_identifier/pc-identifiers.h @@ -9,11 +9,11 @@ #define PC_IDENTIFIERS_H_ #include <licensecc/datatypes.h> -#include "base/base.h" #ifdef __cplusplus extern "C" { #endif +#include "../base/base.h" typedef unsigned char PcIdentifier[6]; typedef char PcSignature[PC_IDENTIFIER_SIZE + 1]; -- Gitblit v1.9.1