[haiku-commits] haiku: hrev47016 - headers/compatibility/bsd

  • From: js-haiku-commits@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 15 Mar 2014 05:24:14 +0100 (CET)

hrev47016 adds 1 changeset to branch 'master'
old head: a5fba62e21c78d26bcc2931ff7b12768487ed651
new head: 88d550e67ed139d637e8c00c189558e5ff5e2cdc
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=88d550e+%5Ea5fba62

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

88d550e: histedit.h: Add missing #include <sys/cdefs.h>
  
  This fixes building openssh on the bootstrap image.
  
  The real problem is that it picks up this file instead of the histedit.h
  from libedit, though. But since this include was missing anyway, it
  makes sense to fix this file, too.

                                     [ Jonathan Schleifer <js@xxxxxxxxxxx> ]

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

Revision:    hrev47016
Commit:      88d550e67ed139d637e8c00c189558e5ff5e2cdc
URL:         http://cgit.haiku-os.org/haiku/commit/?id=88d550e
Author:      Jonathan Schleifer <js@xxxxxxxxxxx>
Date:        Sat Mar 15 03:34:46 2014 UTC

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

1 file changed, 1 insertion(+)
headers/compatibility/bsd/histedit.h | 1 +

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

diff --git a/headers/compatibility/bsd/histedit.h 
b/headers/compatibility/bsd/histedit.h
index c7415a0..89f3af7 100644
--- a/headers/compatibility/bsd/histedit.h
+++ b/headers/compatibility/bsd/histedit.h
@@ -40,6 +40,7 @@
 #ifndef _HISTEDIT_H_
 #define        _HISTEDIT_H_
 
+#include <sys/cdefs.h>
 #include <sys/types.h>
 #include <stdio.h>
 


Other related posts:

  • » [haiku-commits] haiku: hrev47016 - headers/compatibility/bsd - js-haiku-commits