app: add include to fix a warning.

The build warning was:
> warning: implicit declaration of function ‘memcmp’ [-Wimplicit-function-declaration]
This commit is contained in:
Jehan 2018-01-20 22:12:02 +01:00
parent db804ce540
commit 8120694759
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#include "config.h"
#include <string.h>
#include <gegl.h>
#include <gtk/gtk.h>