Fix build under Cygwin

This commit is contained in:
2023-07-07 12:00:54 +02:00
parent 92deba3890
commit ab75d2b61d
4 changed files with 13 additions and 3 deletions

View File

@@ -18,6 +18,9 @@
#include <gtk/gtk.h>
#include <turbojpeg.h>
#include <stdlib.h>
#include <string.h>
#include "config.h"
// --- Utilities ---------------------------------------------------------------