diff options
author | brian <brian@cvs.openbsd.org> | 1998-03-13 01:50:43 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1998-03-13 01:50:43 +0000 |
commit | 2194d08d238ace7a922d4eac65470f7566c823bd (patch) | |
tree | 099b420182d271aa52367a1c9364a027037f6148 /usr.sbin | |
parent | a269272d6693c9b2f0ab3fada4244139c07ac58f (diff) |
Add missing include
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/log.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/log.c b/usr.sbin/ppp/log.c index 1655e3d0d8b..edde6dcd0e4 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.4 1998/01/21 02:13:35 brian Exp $ + * $Id: log.c,v 1.5 1998/03/13 01:50:42 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" |