diff --git a/src/bin/pcmcia-cs/Jamfile b/src/bin/pcmcia-cs/Jamfile index 0650544d4b..dab560af03 100644 --- a/src/bin/pcmcia-cs/Jamfile +++ b/src/bin/pcmcia-cs/Jamfile @@ -7,8 +7,6 @@ if $(TARGET_PLATFORM) != haiku { # We need the public pcmcia headers also when not compiling for Haiku. UseHeaders [ FDirName $(HAIKU_TOP) headers os support ] : true ; # We need Errors.h also when not compiling for Haiku. - UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ; - # We need errno.h also when not compiling for Haiku. } StdBinCommands