summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2017-10-21 20:05:56 +1030
committerAdrian Johnson <ajohnson@redneon.com>2017-10-21 20:05:56 +1030
commit4ae7f411c865a25b577faea58e5fda6f4e9e1172 (patch)
treebb63b32abfa2c3b93518df333aff5c12cadb0a5f
parent9ffbf63d3715f81ec92cdba93b60a04a11be130f (diff)
util/font-view: fix build error
-rw-r--r--util/font-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/font-view.c b/util/font-view.c
index 07d9e2e9d..6a3322a8a 100644
--- a/util/font-view.c
+++ b/util/font-view.c
@@ -24,6 +24,8 @@
* Author: Chris Wilson <chris@chris-wilson.co.uk>
*/
+#include <stdlib.h>
+#include <string.h>
#include <gtk/gtk.h>
#include <cairo.h>