Skip to content

Commit

Permalink
explicitly include stdio in utils
Browse files Browse the repository at this point in the history
this wasn't needed in c because all the c files
include it anyways
  • Loading branch information
LivInTheLookingGlass committed Aug 5, 2024
1 parent db41f27 commit a53c3a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cplusplus/src/include/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#define PATH_SEPARATOR "\\"
#else
#include <libgen.h>
#include <stdio.h>
#include <unistd.h>
#define PATH_SEPARATOR "/"
#endif
Expand Down

0 comments on commit a53c3a7

Please sign in to comment.