From bb4bf7b8e3ec14b1311d11eb3c4a40157c1e4856 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 --- spice_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/spice_common.h b/spice_common.h index 434b179..e9f5ff5 100644 --- a/spice_common.h +++ b/spice_common.h @@ -22,6 +22,7 @@ #include #include #include +#include #include "backtrace.h" #define ASSERT(x) if (!(x)) { \