summaryrefslogtreecommitdiffstats
path: root/common/list.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-03-09 19:08:49 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-03-09 19:08:49 +0000
commit7297697c324a6113371fd60b3668320e5a4817a7 (patch)
tree94860b95ad4b13ee0c26ccf5b189e4a8d322e552 /common/list.c
parent9ebce18255f79c4aea900840a28ff6393ccea8d8 (diff)
Small cleanup to the common functions
Diffstat (limited to 'common/list.c')
-rw-r--r--common/list.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/list.c b/common/list.c
index cb160501..1aa9d0be 100644
--- a/common/list.c
+++ b/common/list.c
@@ -3,6 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2005-2006 Johan Hedberg <johan.hedberg@nokia.com>
*
*
* This program is free software; you can redistribute it and/or modify
@@ -26,7 +27,8 @@
#endif
#include <stdio.h>
-#include <stdlib.h>
+#include <errno.h>
+#include <malloc.h>
#include "list.h"