Include string.h for memcpy().

This commit is contained in:
cjs 1997-10-13 22:05:26 +00:00
parent 846ccfbf7f
commit cc78feaa86
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: events.c,v 1.4 1997/10/12 21:24:46 christos Exp $ */ /* $NetBSD: events.c,v 1.5 1997/10/13 22:05:26 cjs Exp $ */
/* /*
* Copyright (c) 1980, 1993 * Copyright (c) 1980, 1993
@ -38,11 +38,12 @@
#if 0 #if 0
static char sccsid[] = "@(#)events.c 8.1 (Berkeley) 5/31/93"; static char sccsid[] = "@(#)events.c 8.1 (Berkeley) 5/31/93";
#else #else
__RCSID("$NetBSD: events.c,v 1.4 1997/10/12 21:24:46 christos Exp $"); __RCSID("$NetBSD: events.c,v 1.5 1997/10/13 22:05:26 cjs Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>
#include <string.h>
#include <math.h> #include <math.h>
#include "getpar.h" #include "getpar.h"
#include "trek.h" #include "trek.h"