From 7297697c324a6113371fd60b3668320e5a4817a7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 9 Mar 2006 19:08:49 +0000 Subject: Small cleanup to the common functions --- common/list.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/list.c') 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 + * Copyright (C) 2005-2006 Johan Hedberg * * * This program is free software; you can redistribute it and/or modify @@ -26,7 +27,8 @@ #endif #include -#include +#include +#include #include "list.h" -- cgit