]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
xlist: added missing include
authorJason Dillaman <dillaman@redhat.com>
Thu, 5 Feb 2015 06:22:38 +0000 (01:22 -0500)
committerJosh Durgin <jdurgin@redhat.com>
Mon, 9 Feb 2015 22:40:14 +0000 (14:40 -0800)
The xlist header references NULL without including
the header which defines it.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
src/include/xlist.h

index 53aa3ab06fc5195dbd76c0d5636619f5f81b6ef1..1cbadc0262e3262393ae076f75b9ae0758df6d80 100644 (file)
@@ -16,6 +16,7 @@
 #define CEPH_XLIST_H
 
 #include "include/assert.h"
+#include <cstdlib>
 
 template<typename T>
 class xlist {