diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2019-07-16 14:36:21 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2019-07-16 14:36:21 +0200 |
commit | 5263c492592bf70d851db6f366b1d845bef98020 (patch) | |
tree | f275169e5073c11c635d15653c082e68de56045b /src/common.h | |
parent | 84887c191149b8b4d5a9ea4f78286477fe0a82b2 (diff) |
Slightly better argv handling
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 7f1e41c..5178855 100644 --- a/src/common.h +++ b/src/common.h @@ -2,6 +2,7 @@ #include <inttypes.h> #include <stdio.h> #include <errno.h> +#include <string.h> #include <uthash.h> #include "eli.h" |