From 5b1960ccbdda1a99ccd22638bb4721ee5c4c3331 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 8 May 2023 13:30:20 -0400 Subject: Record.h: Renamed record_t to Record for POSIX compliance. Required for compliance with POSIX B.2.12. The other _t types, key_t, val_t, header_t, etc. will be revised later when switching over to a templated version of this code. --- include/util/internal_record.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/util/internal_record.h') diff --git a/include/util/internal_record.h b/include/util/internal_record.h index d898b8b..003cddb 100644 --- a/include/util/internal_record.h +++ b/include/util/internal_record.h @@ -9,7 +9,7 @@ #pragma once #pragma once -#include "util/record.h" +#include "util/Record.h" #include "util/types.h" /* -- cgit v1.2.3