Add missing header #include as the slab is part of the API even if nobody

outside wmem itself uses it yet.

svn path=/trunk/; revision=47094
This commit is contained in:
Evan Huus 2013-01-15 16:27:17 +00:00
parent b0a0372cff
commit e963cec25c
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include "wmem_core.h"
#include "wmem_scopes.h"
#include "wmem_slab.h"
#include "wmem_slist.h"
#include "wmem_stack.h"
#include "wmem_strbuf.h"