mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-02-05 14:43:37 +00:00
common: ring.h should include stddef for NULL usage
This commit is contained in:
parent
45c592a89c
commit
bb4bf7b8e3
@ -22,6 +22,7 @@
|
||||
#include <stdint.h>
|
||||
#include <time.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include "backtrace.h"
|
||||
|
||||
#define ASSERT(x) if (!(x)) { \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user