+ stdint.h

This commit is contained in:
tth 2021-05-25 12:01:56 +02:00
parent fed3076b92
commit 468b5feb74
2 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdint.h>
#include "../floatimg.h" #include "../floatimg.h"

View File

@ -4,11 +4,10 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>
#include <stdint.h>
#include "../floatimg.h" #include "../floatimg.h"
// #include "incrustator.h"
int verbosity; int verbosity;
/* ---------------------------------------------- ~~~~~~~~~~~~~~~~ */ /* ---------------------------------------------- ~~~~~~~~~~~~~~~~ */
@ -24,7 +23,7 @@ float rgb[3];
if (verbosity) { if (verbosity) {
fimg_describe(in, "source"); fimg_describe(in, "source");
fimg_describe(out, "destination"); fimg_describe(out, "destination");
print_rectangle(__func__, rect); print_rectangle((char *)__func__, rect);
} }
count = 0; count = 0;