From 0b85e832aa2b050b91b9a3d948dff1984554bcd8 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 6 Oct 2019 13:07:52 -0500 Subject: More API stuff --- hscript/disk.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hscript/disk.hh') diff --git a/hscript/disk.hh b/hscript/disk.hh index cddbb10..560e30a 100644 --- a/hscript/disk.hh +++ b/hscript/disk.hh @@ -10,6 +10,9 @@ * SPDX-License-Identifier: AGPL-3.0-only */ +#ifndef __HSCRIPT_DISK_HH_ +#define __HSCRIPT_DISK_HH_ + #include "key.hh" namespace Horizon { @@ -32,3 +35,5 @@ class Mount : public Key { } } + +#endif /* !__HSCRIPT_DISK_HH_ */ -- cgit v1.2.3-60-g2f50