Include <string.h> to get the prorotype for memset(3).

This commit is contained in:
agc 2002-05-30 12:52:29 +00:00
parent 7ad2a4aeb4
commit 4e784ca27b
1 changed files with 2 additions and 1 deletions

View File

@ -38,13 +38,14 @@
*/
/*
* $Id: bsd-comp.c,v 1.2 2002/05/29 19:06:33 christos Exp $
* $Id: bsd-comp.c,v 1.3 2002/05/30 12:52:29 agc Exp $
*/
#include <sys/types.h>
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include "pppdump.h"
#include <net/ppp_defs.h>
#include <net/ppp-comp.h>