From 2f0dfb5b188ffeaa4b04719c2b29a17194059e1d Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Thu, 22 Aug 2019 17:36:55 +0100
Subject: [PATCH] graphics: Include string.h, for strstr

This is included by some other header in Debian 10, but not in scout.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 steam-runtime-tools/graphics.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/steam-runtime-tools/graphics.c b/steam-runtime-tools/graphics.c
index a5b96a4c2..05fd8f9e5 100644
--- a/steam-runtime-tools/graphics.c
+++ b/steam-runtime-tools/graphics.c
@@ -30,6 +30,8 @@
 #include "steam-runtime-tools/graphics-internal.h"
 #include "steam-runtime-tools/utils-internal.h"
 
+#include <string.h>
+
 #include <json-glib/json-glib.h>
 
 /**
-- 
GitLab