app: #include <string.h> in gimp-scratch.h

... for memset().
This commit is contained in:
Ell 2018-12-01 06:05:47 -05:00
parent 5d1a79a34f
commit 8c9eb1c743
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
#define __GIMP_SCRATCH_H__
#include <string.h>
#define GIMP_SCRATCH_ALIGNMENT 16
#define GIMP_SCRATCH_MAX_BLOCK_SIZE (1 << 20)