From 8b6a74775b918f203ceee3d70ca8b9f7e0256b5f Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 23 Feb 2011 12:38:42 +0100 Subject: Conditionalize temporary compatibility inclusions These inclusions were in place for backward compatibility purposes, when the headers were split so that code using them would not break. Make it possible for applications to disable them by defining LIBBSD_CLEAN_INCLUDES so that buildability can be tested and fixed before they get removed in a subsequent release. --- src/vis.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vis.c') diff --git a/src/vis.c b/src/vis.c index 6153a7f..f869ed8 100644 --- a/src/vis.c +++ b/src/vis.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') -- cgit v1.2.3