diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-19 14:02:50 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-19 14:02:50 -0500 |
| commit | 30cc03b6b773973fd9ee137796f8d912222b03c6 (patch) | |
| tree | 7ffa2101b2167138bc125f7a1dfbabc70fcbac05 | |
| parent | 73adafc405eae26d9c65809ca5612967b8f534cb (diff) | |
feat: updated nebuild for linux, steps.hpp warning fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| m--------- | dev/nebuild | 0 | ||||
| -rw-r--r-- | lib/libsteps/dev/lib/steps.hpp | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/dev/nebuild b/dev/nebuild -Subproject dc87375b9a0103e8c9dd39393abc21113e2dd91 +Subproject cea3599c93baf5941df4b62e0cd7cb9d0582edf diff --git a/lib/libsteps/dev/lib/steps.hpp b/lib/libsteps/dev/lib/steps.hpp index 97af5f5..d160506 100644 --- a/lib/libsteps/dev/lib/steps.hpp +++ b/lib/libsteps/dev/lib/steps.hpp @@ -7,6 +7,7 @@ Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. #pragma once #include <libsteps/dev/lib/defines.hpp> +#include <cstring> #define kStepsExtension ".stp" #define kStepsStrLen (256U) |
