diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-08-22 20:08:07 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-08-22 20:08:07 +0000 |
| commit | 452bffb217949a45afcbc7e4b87986de6d8e1c6c (patch) | |
| tree | 6120562cdf5bfac9e1f2c4c9997aca24ef1930b2 /sys/libkern/strncpy.c | |
| parent | bbf7bd333d65a994394fdbc03d8820f90096794c (diff) | |
Notes
Diffstat (limited to 'sys/libkern/strncpy.c')
| -rw-r--r-- | sys/libkern/strncpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libkern/strncpy.c b/sys/libkern/strncpy.c index 2b36d1a19459..a8b51a77bfc2 100644 --- a/sys/libkern/strncpy.c +++ b/sys/libkern/strncpy.c @@ -36,7 +36,7 @@ * $FreeBSD$ */ -#include <string.h> +#include <sys/libkern.h> /* * Copy src to dst, truncating or null-padding to always copy n bytes. |
