Commit daf9f16b authored by Cedric Roux's avatar Cedric Roux

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

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