diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-03-25 17:29:05 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-03-25 17:29:05 -0400 |
| commit | 13c11bbabcde4f9abc1fa7019d56a76a2550c555 (patch) | |
| tree | 8247513f36175dbe3e8185d6cc58f0418b94ec61 /common.h | |
| parent | 5c7e1609471f2b682380acb9bfdb7ddcd4e1220a (diff) | |
| download | do-13c11bbabcde4f9abc1fa7019d56a76a2550c555.tar.gz | |
Darwin needs unistd.h for mkstemps
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #define DO_COMMON_H #include <stdlib.h> +#include <unistd.h> #include <ctype.h> #include <stdlib.h> #include <string.h> |
