common: ring.h should include stddef for NULL usage

This commit is contained in:
Marc-André Lureau 2011-01-24 21:09:52 +01:00 committed by Marc-André Lureau
parent 1a9f61dd17
commit 124f767b94

View File

@ -22,6 +22,7 @@
#include <stdint.h>
#include <time.h>
#include <stdlib.h>
#include <stddef.h>
#include "backtrace.h"
#define ASSERT(x) if (!(x)) { \