From c64dfe9cacedec483eac0396e427f154a0114741 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 2 Jul 2020 10:22:46 +0100 Subject: [PATCH] libsysprof-capture: Add missing header to define NULL Signed-off-by: Philip Withnall Helps: #40 --- src/libsysprof-capture/sysprof-address.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libsysprof-capture/sysprof-address.c b/src/libsysprof-capture/sysprof-address.c index 0ddb68ce..1b125015 100644 --- a/src/libsysprof-capture/sysprof-address.c +++ b/src/libsysprof-capture/sysprof-address.c @@ -62,6 +62,7 @@ # include "sysprof-address-fallback.h" #endif #include +#include #include "sysprof-address.h"