diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-05 18:05:47 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-05 18:10:28 +0200 |
| commit | 6f338b97a222dee630c9b13896cf443254667dfb (patch) | |
| tree | e05fae60a580d5a3eccaa31330db9a161ce932e9 /tools/tool.h | |
| parent | 3135b159bb08bc5bf3e39e0c3ab865935447cc16 (diff) | |
| download | nissy-core-6f338b97a222dee630c9b13896cf443254667dfb.tar.gz nissy-core-6f338b97a222dee630c9b13896cf443254667dfb.zip | |
Added distribution check to tool
Diffstat (limited to 'tools/tool.h')
| -rw-r--r-- | tools/tool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tool.h b/tools/tool.h index 9fee050..2aaabae 100644 --- a/tools/tool.h +++ b/tools/tool.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | #include <inttypes.h> | 4 | #include <inttypes.h> |
| 5 | #include <stdio.h> | 5 | #include <stdio.h> |
| 6 | #include <stdlib.h> | 6 | #include <stdlib.h> |
| 7 | #include <string.h> | ||
| 7 | 8 | ||
| 8 | #include "../src/nissy.h" | 9 | #include "../src/nissy.h" |
| 9 | #include "nissy_extra.h" | 10 | #include "nissy_extra.h" |
