From d6ec927ff19133a009e0e21b235ad317e43f31be Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 26 Mar 2005 13:06:05 +0000 Subject: [PATCH] We don't have . It wouldn't harm to add it, though. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12033 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/gdb/readline/histfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/gdb/readline/histfile.c b/src/bin/gdb/readline/histfile.c index 60a91251b7..6d00f19af8 100644 --- a/src/bin/gdb/readline/histfile.c +++ b/src/bin/gdb/readline/histfile.c @@ -32,7 +32,7 @@ #include #include -#ifndef _MINIX +#if !defined(_MINIX) && !defined(__BEOS__) # include #endif #include "posixstat.h"