Skip to content

Commit

Permalink
Missing string.h in milkDebugTools causes strerr warning on some modu…
Browse files Browse the repository at this point in the history
…les' compilation from scratch.
  • Loading branch information
DasVinch committed Dec 12, 2024
1 parent 5188882 commit 14faf13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CommandLineInterface/milkDebugTools.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#define _MILKDEBUGTOOLS_H

#include <errno.h>
#include <string.h>

// define (custom) types for function return value

Expand Down

0 comments on commit 14faf13

Please sign in to comment.