From 52a21ff36e60aa76e0eef708bb7fe30fed94aba4 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Sat, 18 May 2019 20:21:11 -0700 Subject: [PATCH] build: fix build with explicit includes --- src/libsysprof-ui/sysprof-environ.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libsysprof-ui/sysprof-environ.c b/src/libsysprof-ui/sysprof-environ.c index a87eeb1c..a1200d46 100644 --- a/src/libsysprof-ui/sysprof-environ.c +++ b/src/libsysprof-ui/sysprof-environ.c @@ -22,6 +22,8 @@ #include "config.h" +#include + #include "sysprof-environ.h" #include "sysprof-environ-variable.h"