[haiku-commits] r42779 - haiku/trunk/src/bin

  • From: axeld@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 30 Sep 2011 00:42:59 +0200 (CEST)

Author: axeld
Date: 2011-09-30 00:42:58 +0200 (Fri, 30 Sep 2011)
New Revision: 42779
Changeset: https://dev.haiku-os.org/changeset/42779

Modified:
   haiku/trunk/src/bin/Jamfile
   haiku/trunk/src/bin/setdecor.cpp
Log:
* Fixed setdecor build within the libbe_test environment.


Modified: haiku/trunk/src/bin/Jamfile
===================================================================
--- haiku/trunk/src/bin/Jamfile 2011-09-29 15:08:44 UTC (rev 42778)
+++ haiku/trunk/src/bin/Jamfile 2011-09-29 22:42:58 UTC (rev 42779)
@@ -6,7 +6,7 @@
 
 AddSubDirSupportedPlatforms libbe_test ;
 
-UsePrivateHeaders app shared storage support usb ;
+UsePrivateHeaders app interface shared storage support usb ;
 UsePrivateSystemHeaders ;
 SubDirHdrs $(HAIKU_TOP) src add-ons kernel file_cache ;
 UseLibraryHeaders ncurses ;

Modified: haiku/trunk/src/bin/setdecor.cpp
===================================================================
--- haiku/trunk/src/bin/setdecor.cpp    2011-09-29 15:08:44 UTC (rev 42778)
+++ haiku/trunk/src/bin/setdecor.cpp    2011-09-29 22:42:58 UTC (rev 42779)
@@ -11,10 +11,10 @@
 #include <Bitmap.h>
 #include <InterfaceDefs.h>
 #include <String.h>
+#include <View.h>
 #include <Window.h>
-#include <View.h>
 
-#include <private/interface/DecorInfo.h>
+#include <DecorInfo.h>
 
 
 void


Other related posts:

  • » [haiku-commits] r42779 - haiku/trunk/src/bin - axeld