diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-13 17:39:15 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-13 19:05:23 +0100 | 
| commit | 9eb9cc44aa1b7dcb5b3bef86b3ae620e1d0d789c (patch) | |
| tree | 98f03ecce163f087d32a37b87ece85a589f1de44 /tools/jpeginfo.c | |
| parent | e161f77359f5b9087742e0b5b5b1eba6af47b2a7 (diff) | |
| download | fiv-9eb9cc44aa1b7dcb5b3bef86b3ae620e1d0d789c.tar.gz fiv-9eb9cc44aa1b7dcb5b3bef86b3ae620e1d0d789c.tar.xz fiv-9eb9cc44aa1b7dcb5b3bef86b3ae620e1d0d789c.zip  | |
Clean up
Diffstat (limited to 'tools/jpeginfo.c')
| -rw-r--r-- | tools/jpeginfo.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/jpeginfo.c b/tools/jpeginfo.c index 7836926..d3d9b59 100644 --- a/tools/jpeginfo.c +++ b/tools/jpeginfo.c @@ -20,9 +20,10 @@  #include <jv.h>  #include <errno.h> +#include <stdbool.h> +#include <stdio.h>  #include <stdlib.h>  #include <string.h> -#include <stdbool.h>  // --- ICC profiles ------------------------------------------------------------  // v2 https://www.color.org/ICC_Minor_Revision_for_Web.pdf  | 
