From b36c59c0edbd1c215737f16d4bb83feb035d785a Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 23 Feb 2011 12:39:58 +0100 Subject: [PATCH] Conditionalize inclusion from This was added long time ago to fix some software which was implicitly depending on the header through some other header, and to avoid having to modify such software. Conditionalize it on LIBBSD_CLEAN_INCLUDES, so that buildability can be tested for its future removal. --- include/bsd/bsd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/bsd/bsd.h b/include/bsd/bsd.h index 8ebb12c..bba4ac8 100644 --- a/include/bsd/bsd.h +++ b/include/bsd/bsd.h @@ -42,6 +42,8 @@ #include /* FIXME: Will be removed in the future. */ +#ifndef LIBBSD_CLEAN_INCLUDES #include +#endif #endif -- 2.47.3