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/strcmp.c | |
| parent | bbf7bd333d65a994394fdbc03d8820f90096794c (diff) | |
Notes
Diffstat (limited to 'sys/libkern/strcmp.c')
| -rw-r--r-- | sys/libkern/strcmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libkern/strcmp.c b/sys/libkern/strcmp.c index 77c5f66233e9..0214d1aece4e 100644 --- a/sys/libkern/strcmp.c +++ b/sys/libkern/strcmp.c @@ -36,7 +36,7 @@ * $FreeBSD$ */ -#include <string.h> +#include <sys/libkern.h> /* * Compare strings. |
