From 68fbee9e74d3316f9925b371665da9046e833bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 26 Jan 2007 21:15:45 +0000 Subject: [PATCH] we don't need this for Haiku git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19977 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/vim/src/os_beos.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/vim/src/os_beos.h b/src/bin/vim/src/os_beos.h index 7458150525..cff7f221d0 100644 --- a/src/bin/vim/src/os_beos.h +++ b/src/bin/vim/src/os_beos.h @@ -22,5 +22,7 @@ /* select emulation */ +#ifndef HAIKU_TARGET_PLATFORM_HAIKU #include /* for typedefs and #defines only */ +#endif //#include /* for typedefs and #defines only */