diff options
Diffstat (limited to 'lib/libedit/map.c')
| -rw-r--r-- | lib/libedit/map.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libedit/map.c b/lib/libedit/map.c index 4b940d40a8e1..bc436ccaf775 100644 --- a/lib/libedit/map.c +++ b/lib/libedit/map.c @@ -34,6 +34,8 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #if !defined(lint) && !defined(SCCSID) static char sccsid[] = "@(#)map.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ |
