Add missing pragma once

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2023-07-12 14:27:21 -04:00
parent 16b905625d
commit 1cbc7519c9
+2
View File
@@ -3,6 +3,8 @@
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// See LICENSE.md for details.
#pragma once
/// @brief Manipulates the underlying device parameters of special files, or operating
/// characteristics of character special files (e.g., terminals).
/// @param fd Must be an open file descriptor.