mirror of https://github.com/GNOME/gimp.git
Fixing error on Windors meson build
This commit is contained in:
parent
3bfbf9972a
commit
a2b74147c9
|
@ -42,6 +42,10 @@
|
|||
|
||||
#include "gimp-intl.h"
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue