Skip to content
Snippets Groups Projects
Commit daf9f16b authored by Cédric Roux's avatar Cédric Roux
Browse files

minor: gui/image.c did include string.h

parent a9d91337
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#include "x.h" #include "x.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include <png.h> #include <png.h>
static void paint(gui *_gui, widget *_w) static void paint(gui *_gui, widget *_w)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment