diff options
-rw-r--r-- | src/utils/profile-icon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/profile-icon.c b/src/utils/profile-icon.c index eec4d8e..366913b 100644 --- a/src/utils/profile-icon.c +++ b/src/utils/profile-icon.c @@ -21,6 +21,8 @@ #include "profile-icon.h" +#include <string.h> + #include <cairo.h> #include <gdk-pixbuf/gdk-pixbuf.h> #include <glib.h> |