[haiku-commits] haiku: hrev47682 - src/tools/fs_shell

  • From: mmlr@xxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 13 Aug 2014 23:13:51 +0200 (CEST)

hrev47682 adds 1 changeset to branch 'master'
old head: 6683df861e40f15a34dbb7580a1be94c69b488f1
new head: a9b9faceebcf025cecd8e0bc4c07d6a6b877a3ac
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=a9b9fac+%5E6683df8

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

a9b9fac: fs_shell: Include strings.h to fix build under Haiku.

                                            [ Michael Lotz <mmlr@xxxxxxxx> ]

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

Revision:    hrev47682
Commit:      a9b9faceebcf025cecd8e0bc4c07d6a6b877a3ac
URL:         http://cgit.haiku-os.org/haiku/commit/?id=a9b9fac
Author:      Michael Lotz <mmlr@xxxxxxxx>
Date:        Wed Aug 13 21:11:52 2014 UTC

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

1 file changed, 1 insertion(+)
src/tools/fs_shell/string.cpp | 1 +

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

diff --git a/src/tools/fs_shell/string.cpp b/src/tools/fs_shell/string.cpp
index fcce045..e6094a4 100644
--- a/src/tools/fs_shell/string.cpp
+++ b/src/tools/fs_shell/string.cpp
@@ -8,6 +8,7 @@
 #include "fssh_string.h"
 
 #include <string.h>
+#include <strings.h>
 
 
 void*


Other related posts:

  • » [haiku-commits] haiku: hrev47682 - src/tools/fs_shell - mmlr