app/tests: Do not include utime.h on Windows
It is an Unix specific header.
This commit is contained in:
parent
fb3c319e95
commit
8663be0712
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue