From 124f767b94403fdde6c7ebc082e314e2f1364003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Mon, 24 Jan 2011 21:09:52 +0100 Subject: [PATCH] common: ring.h should include stddef for NULL usage --- common/spice_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/spice_common.h b/common/spice_common.h index 434b179..e9f5ff5 100644 --- a/common/spice_common.h +++ b/common/spice_common.h @@ -22,6 +22,7 @@ #include #include #include +#include #include "backtrace.h" #define ASSERT(x) if (!(x)) { \