From 33df9ab33dc57583e89c5849aee10fa9eae90480 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 26 Feb 2010 13:48:04 +0000 Subject: [PATCH] Make pr build with WARNS=6. --- usr.bin/pr/Makefile | 2 -- usr.bin/pr/egetopt.c | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/pr/Makefile b/usr.bin/pr/Makefile index 88ec7b45b887..15652dcaed76 100644 --- a/usr.bin/pr/Makefile +++ b/usr.bin/pr/Makefile @@ -4,6 +4,4 @@ PROG= pr SRCS= pr.c egetopt.c -WARNS?= 2 - .include diff --git a/usr.bin/pr/egetopt.c b/usr.bin/pr/egetopt.c index cf42d7c44636..4b41b4ac365b 100644 --- a/usr.bin/pr/egetopt.c +++ b/usr.bin/pr/egetopt.c @@ -48,6 +48,8 @@ __FBSDID("$FreeBSD$"); #include #include +#include "extern.h" + /* * egetopt: get option letter from argument vector (an extended * version of getopt).