diff options
Diffstat (limited to 'fiv-jpegcrop.c')
-rw-r--r-- | fiv-jpegcrop.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fiv-jpegcrop.c b/fiv-jpegcrop.c index f19ff74..d8bdb9c 100644 --- a/fiv-jpegcrop.c +++ b/fiv-jpegcrop.c @@ -18,6 +18,9 @@ #include <gtk/gtk.h> #include <turbojpeg.h> +#include <stdlib.h> +#include <string.h> + #include "config.h" // --- Utilities --------------------------------------------------------------- |