diff options
author | imp <imp@FreeBSD.org> | 2003-06-09 06:23:10 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-06-09 06:23:10 +0000 |
commit | dde0cbde953dfeaf33c1a045568c26e694ea752a (patch) | |
tree | dccf288bc0e5fdea5f37cf68744fec5ee8ab2776 /usr.sbin | |
parent | 55bc6269666a0b95837c8a85ac689534340ada02 (diff) | |
download | FreeBSD-src-dde0cbde953dfeaf33c1a045568c26e694ea752a.zip FreeBSD-src-dde0cbde953dfeaf33c1a045568c26e694ea752a.tar.gz |
Include stdlib.h for atoi declaration.
Add $FreeBSD$ while I'm here.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/lpr/filters.ru/koi2855/koi2855.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/lpr/filters.ru/koi2855/koi2855.c b/usr.sbin/lpr/filters.ru/koi2855/koi2855.c index 67a9bc5..3edc5c5 100644 --- a/usr.sbin/lpr/filters.ru/koi2855/koi2855.c +++ b/usr.sbin/lpr/filters.ru/koi2855/koi2855.c @@ -23,6 +23,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $FreeBSD$ */ /* @@ -34,6 +36,7 @@ #include <sys/types.h> #include <signal.h> #include <stdio.h> +#include <stdlib.h> #include <unistd.h> int length = 66; |