summaryrefslogtreecommitdiff
path: root/xmalloc.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 00:04:15 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 00:04:15 +0200
commit9e4cf71371187927a6eb7cc4fe32b67d58a93010 (patch)
tree063ebd26cfc7b50212a2c8069cf702fb9b4b8708 /xmalloc.c
parent8bb67e4e60d1c0d9fba66c1b28e62e4d92d8d4ce (diff)
xutils: break out string handling and locking
Break out all string handling functions and lockme stuff in order to further eliminate the big code blob in xutils, so that it can be easier maintained. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'xmalloc.c')
-rw-r--r--xmalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmalloc.c b/xmalloc.c
index 246be07..b40f14c 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -18,6 +18,7 @@
#include "xutils.h"
#include "built_in.h"
#include "die.h"
+#include "str.h"
void *xmalloc(size_t size)
{