Skip to content

Commit

Permalink
Use mkstemp from cstdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Jan 27, 2024
1 parent c1f973d commit f798727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tmp/file.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

#include <tmp/path.hpp>

#include <cstdlib>
#include <fstream>
#include <string_view>
#include <unistd.h>

namespace tmp {

Expand Down

0 comments on commit f798727

Please sign in to comment.