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