diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-07-26 18:29:14 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-07-26 18:29:14 -0700 |
commit | 2035e89a97d0ca4812488cce1804d6a1f5f3fa90 (patch) | |
tree | 4d27bb3c8609a9fcf0f2bd2eafc41755cf3ed043 /util.c | |
parent | 2587ab8ea9606193b3893142ec7b674a8a7194ad (diff) |
Pre-release cleanup
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include <stdio.h> #include <ctype.h> #include <stdint.h> +#include <stdarg.h> #include <sys/types.h> #include <sys/stat.h> |