diff options
| author | Andrew Chambers <[email protected]> | 2021-10-02 19:43:46 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-02 19:43:46 +1300 |
| commit | c716461f43559bd257bb79bc4175763109dab47d (patch) | |
| tree | 401d3e3f241351a110cf970b3fbc43b1877468bf /minias.h | |
| parent | 11ab3bd2a9054c2cdaa959f59172b67e5b5da495 (diff) | |
Refactor.
Diffstat (limited to 'minias.h')
| -rw-r--r-- | minias.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #include <stddef.h> #include <stdlib.h> #include <string.h> +#include <stdio.h> #include <unistd.h> static void die(char *s) { |
