From 6327183f362bb47c8c8a97db1a1a89e79fa565a0 Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Fri, 16 Dec 2022 13:40:53 +0300 Subject: Added `#pragma once` into the top of `pklib.h`. --- src/pklib/pklib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pklib/pklib.h') diff --git a/src/pklib/pklib.h b/src/pklib/pklib.h index c951d11..93190a2 100644 --- a/src/pklib/pklib.h +++ b/src/pklib/pklib.h @@ -8,6 +8,7 @@ /* 31.03.03 1.00 Lad The first version of pkware.h */ /*****************************************************************************/ +#pragma once #ifndef __PKLIB_H__ #define __PKLIB_H__ -- cgit v1.2.3