[cairo-commit] util/font-view.c

Adrian Johnson ajohnson at kemper.freedesktop.org
Sat Oct 21 09:38:40 UTC 2017


 util/font-view.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 4ae7f411c865a25b577faea58e5fda6f4e9e1172
Author: Adrian Johnson <ajohnson at redneon.com>
Date:   Sat Oct 21 20:05:56 2017 +1030

    util/font-view: fix build error

diff --git a/util/font-view.c b/util/font-view.c
index 07d9e2e9..6a3322a8 100644
--- a/util/font-view.c
+++ b/util/font-view.c
@@ -24,6 +24,8 @@
  * Author: Chris Wilson <chris at chris-wilson.co.uk>
  */
 
+#include <stdlib.h>
+#include <string.h>
 #include <gtk/gtk.h>
 #include <cairo.h>
 


More information about the cairo-commit mailing list