app/tests: Do not include utime.h on Windows

It is an Unix specific header.
This commit is contained in:
Bruno Lopes 2025-11-28 17:34:52 -03:00
parent fb3c319e95
commit 8663be0712
No known key found for this signature in database

View file

@ -22,7 +22,9 @@
#include <gtk/gtk.h>
#include <stdlib.h>
#include <string.h>
#ifndef G_OS_WIN32
#include <utime.h>
#endif
#include "libgimpbase/gimpbase.h"