From d216d6b1290c53cb63da2778d039467b2c88efcf Mon Sep 17 00:00:00 2001 From: eric Date: Wed, 26 Mar 2014 18:13:15 +0000 Subject: Make the asr API public. Install asr.h to /usr/include.h and manpages. Include tweaks suggested by mpi@ ok deraadt@ --- lib/libc/asr/asr_utils.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc/asr/asr_utils.c') diff --git a/lib/libc/asr/asr_utils.c b/lib/libc/asr/asr_utils.c index 7a9d15663f7..2d90f1c8fb4 100644 --- a/lib/libc/asr/asr_utils.c +++ b/lib/libc/asr/asr_utils.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asr_utils.c,v 1.11 2014/03/14 11:07:33 eric Exp $ */ +/* $OpenBSD: asr_utils.c,v 1.12 2014/03/26 18:13:15 eric Exp $ */ /* * Copyright (c) 2009-2012 Eric Faurot * @@ -21,7 +21,9 @@ #include #include #include +#include +#include #include #include #include @@ -30,7 +32,6 @@ #include #include -#include "asr.h" #include "asr_private.h" static int dname_check_label(const char *, size_t); -- cgit v1.2.3-59-g8ed1b