From 22b6427979a71c23d795cb351a84210342b5d352 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.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