summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-03-13 01:55:47 +0000
committerbrian <brian@FreeBSD.org>1998-03-13 01:55:47 +0000
commit92beba7e5708cd83011488517265f1d023937522 (patch)
tree9f5c4703ad21e10a7851e5fb1205c4cf886a7af9 /usr.sbin
parent95c31de535e78cfa5906537fdd820292b327f72d (diff)
downloadFreeBSD-src-92beba7e5708cd83011488517265f1d023937522.zip
FreeBSD-src-92beba7e5708cd83011488517265f1d023937522.tar.gz
Add missing include
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/log.c b/usr.sbin/ppp/log.c
index 6affad5..77729dd 100644
--- a/usr.sbin/ppp/log.c
+++ b/usr.sbin/ppp/log.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: log.c,v 1.24 1997/12/24 09:29:05 brian Exp $
+ * $Id: log.c,v 1.25 1998/01/21 02:15:18 brian Exp $
*/
#include <sys/param.h>
@@ -31,6 +31,7 @@
#include <stdarg.h>
#include <stdio.h>
+#include <string.h>
#include <syslog.h>
#include "command.h"
OpenPOWER on IntegriCloud