[haiku-commits] r40859 - haiku/trunk/src/apps/diskusage

  • From: stpere@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 7 Mar 2011 20:13:21 +0100 (CET)

Author: stpere
Date: 2011-03-07 20:13:21 +0100 (Mon, 07 Mar 2011)
New Revision: 40859
Changeset: http://dev.haiku-os.org/changeset/40859
Ticket: http://dev.haiku-os.org/ticket/7343

Modified:
   haiku/trunk/src/apps/diskusage/DiskUsage.cpp
Log:
Allow DiskUsage to be used as a Tracker add-on again.

Fixes #7343.


Modified: haiku/trunk/src/apps/diskusage/DiskUsage.cpp
===================================================================
--- haiku/trunk/src/apps/diskusage/DiskUsage.cpp        2011-03-07 15:14:46 UTC 
(rev 40858)
+++ haiku/trunk/src/apps/diskusage/DiskUsage.cpp        2011-03-07 19:13:21 UTC 
(rev 40859)
@@ -6,6 +6,8 @@
 
 #include "App.h"
 
+#include <TrackerAddOnAppLaunch.h>
+
 #include <stdio.h>
 
 #include <Catalog.h>


Other related posts:

  • » [haiku-commits] r40859 - haiku/trunk/src/apps/diskusage - stpere