Skip to content

Commit

Permalink
using modern header include
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-f-ortega committed Nov 6, 2024
1 parent e1a935d commit eac464a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Os/Posix/Directory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// \title Os/Posix/Directory.cpp
// \brief Posix implementation for Os::Directory
// ======================================================================
#include <errno.h>
#include <sys/stat.h>
#include <cerrno>
#include <cstring>

#include <Fw/Types/Assert.hpp>
Expand Down

0 comments on commit eac464a

Please sign in to comment.