From 108c42c459b28551deab33c1131f5ff7d3b669c6 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Tue, 23 Jul 2019 13:17:06 +0100
Subject: [PATCH] Add missing enums.h to
 <steam-runtime-tools/steam-runtime-tools.h>

With this change, the 'build' autopkgtest would have detected the bug.

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

diff --git a/steam-runtime-tools/steam-runtime-tools.h b/steam-runtime-tools/steam-runtime-tools.h
index 8749e2746..844d550df 100644
--- a/steam-runtime-tools/steam-runtime-tools.h
+++ b/steam-runtime-tools/steam-runtime-tools.h
@@ -28,6 +28,7 @@
 #define _SRT_IN_SINGLE_HEADER
 
 #include <steam-runtime-tools/architecture.h>
+#include <steam-runtime-tools/enums.h>
 #include <steam-runtime-tools/library.h>
 
 #undef _SRT_IN_SINGLE_HEADER
-- 
GitLab