libsysprof-capture: Add missing header to define NULL

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: #40
This commit is contained in:
Philip Withnall
2020-07-02 10:22:46 +01:00
parent 0785f32ce5
commit c64dfe9cac

View File

@ -62,6 +62,7 @@
# include "sysprof-address-fallback.h"
#endif
#include <stdbool.h>
#include <stddef.h>
#include "sysprof-address.h"