From c7927c5449bcdbe5b75318bc29c78141756c0aa3 Mon Sep 17 00:00:00 2001 From: d33tah Date: Mon, 30 Dec 2013 13:58:46 +0000 Subject: [PATCH] Add missing stddef.h import. --- nsock/src/gh_heap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nsock/src/gh_heap.h b/nsock/src/gh_heap.h index 654774a3e..9eaa2cbc2 100644 --- a/nsock/src/gh_heap.h +++ b/nsock/src/gh_heap.h @@ -69,6 +69,7 @@ #include "error.h" #include +#include #if !defined(container_of)