diff --git a/headers/compatibility/bsd/paths.h b/headers/compatibility/bsd/paths.h index 75998686a2..ac61103e6f 100644 --- a/headers/compatibility/bsd/paths.h +++ b/headers/compatibility/bsd/paths.h @@ -38,9 +38,6 @@ #define _PATHS_H_ -#ifdef _BSD_SOURCE - - #include /* Default search path. */ @@ -141,7 +138,4 @@ __END_DECLS #endif /* RESCUE */ -#endif - - #endif /* !_PATHS_H_ */