[haiku-commits] haiku: hrev49128 - src/kits/support

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 28 Apr 2015 21:03:04 +0200 (CEST)

hrev49128 adds 1 changeset to branch 'master'
old head: 1894a24358be3f11916c06eddaaea1a2d68bc14a
new head: 7c52cca9386e8185137e1eb2f3e1a938301fe57f
overview:
http://cgit.haiku-os.org/haiku/log/?qt=range&q=7c52cca9386e+%5E1894a24358be

----------------------------------------------------------------------------

7c52cca9386e: Build fix.

Thanks to luroh for noticing.

[ Adrien Destugues <pulkomandy@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision: hrev49128
Commit: 7c52cca9386e8185137e1eb2f3e1a938301fe57f
URL: http://cgit.haiku-os.org/haiku/commit/?id=7c52cca9386e
Author: Adrien Destugues <pulkomandy@xxxxxxxxx>
Date: Tue Apr 28 19:00:40 2015 UTC

----------------------------------------------------------------------------

1 file changed, 2 insertions(+)
src/kits/support/Locker.cpp | 2 ++

----------------------------------------------------------------------------

diff --git a/src/kits/support/Locker.cpp b/src/kits/support/Locker.cpp
index e619d6e..02a1bd8 100644
--- a/src/kits/support/Locker.cpp
+++ b/src/kits/support/Locker.cpp
@@ -14,6 +14,8 @@
#include <Locker.h>
#include <SupportDefs.h>

+#include <stdio.h>
+
#include "support_kit_config.h"




Other related posts:

  • » [haiku-commits] haiku: hrev49128 - src/kits/support - pulkomandy