diff --git a/gcc/gcc/config/t-haiku b/gcc/gcc/config/t-haiku index 0742087d50..b442f89594 100644 --- a/gcc/gcc/config/t-haiku +++ b/gcc/gcc/config/t-haiku @@ -1,3 +1,4 @@ # There are system headers elsewhere, but these are the ones that # we are most likely to want to apply any fixes to. NATIVE_SYSTEM_HEADER_DIR = /boot/develop/headers/posix +LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/posix/limits.h ] \ No newline at end of file