From 95fb4802fe4d76d3ed76a77197ec48ad51f28deb Mon Sep 17 00:00:00 2001 From: Nicolas Haunold Date: Fri, 4 Mar 2011 21:19:32 +0100 Subject: fixed the nasty segfault in postcommand_cb() --- irecovery.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'irecovery.c') diff --git a/irecovery.c b/irecovery.c index 78692c6..40e6021 100644 --- a/irecovery.c +++ b/irecovery.c @@ -1,7 +1,8 @@ /** * GreenPois0n iRecovery - irecovery.c - * Copyright (C) 2010 Chronic-Dev Team - * Copyright (C) 2010 Joshua Hill + * Copyright (C) 2010-2011 Chronic-Dev Team + * Copyright (C) 2010-2011 Joshua Hill + * Copyright (C) 2008-2011 Nicolas Haunold * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,6 +21,7 @@ #include #include #include +#include #include #include #include -- cgit v1.1-32-gdbae