From 5dcbba3155925fdb07a3344976731ccbc2857640 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Mon, 8 Sep 2008 13:26:36 +0000 Subject: [PATCH] gcc4 complains on missing declaration of exit() git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27378 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/diskusage/Common.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/diskusage/Common.cpp b/src/apps/diskusage/Common.cpp index 25ede95817..17d4b2ad44 100644 --- a/src/apps/diskusage/Common.cpp +++ b/src/apps/diskusage/Common.cpp @@ -11,6 +11,7 @@ #include #include +#include #include #include