Include string.h.
This commit is contained in:
parent
aea301d0c0
commit
d91cb65523
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: out.c,v 1.4 1997/10/12 21:25:04 christos Exp $ */
|
||||
/* $NetBSD: out.c,v 1.5 1997/10/13 22:20:35 cjs Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
@ -38,11 +38,12 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)out.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: out.c,v 1.4 1997/10/12 21:25:04 christos Exp $");
|
||||
__RCSID("$NetBSD: out.c,v 1.5 1997/10/13 22:20:35 cjs Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "trek.h"
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: warp.c,v 1.4 1997/10/12 21:25:27 christos Exp $ */
|
||||
/* $NetBSD: warp.c,v 1.5 1997/10/13 22:21:14 cjs Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
@ -38,12 +38,13 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)warp.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: warp.c,v 1.4 1997/10/12 21:25:27 christos Exp $");
|
||||
__RCSID("$NetBSD: warp.c,v 1.5 1997/10/13 22:21:14 cjs Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include "trek.h"
|
||||
#include "getpar.h"
|
||||
|
Loading…
Reference in New Issue
Block a user