mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-29 08:28:08 +00:00
common: ring.h should include stddef for NULL usage
This commit is contained in:
parent
1a9f61dd17
commit
124f767b94
@ -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