mirror of https://github.com/GNOME/gimp.git
app: #include <string.h> in gimp-scratch.h
... for memset().
This commit is contained in:
parent
5d1a79a34f
commit
8c9eb1c743
|
@ -22,6 +22,9 @@
|
|||
#define __GIMP_SCRATCH_H__
|
||||
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
#define GIMP_SCRATCH_ALIGNMENT 16
|
||||
#define GIMP_SCRATCH_MAX_BLOCK_SIZE (1 << 20)
|
||||
|
||||
|
|
Loading…
Reference in New Issue