diff options
author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:26:18 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:26:18 +0100 |
commit | 2cccd0ff2b26c782dbd05d589b7695cab5e17458 (patch) | |
tree | 45ebc5937d2e083c12b58bdeffc1b1a2046c9598 /misc-utils/look.c | |
parent | c129767e063c5c9839cc9d94c34fd88dac3fb9a6 (diff) | |
download | util-linux-old-2cccd0ff2b26c782dbd05d589b7695cab5e17458.tar.gz |
Imported from util-linux-2.12d tarball.
Diffstat (limited to 'misc-utils/look.c')
-rw-r--r-- | misc-utils/look.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc-utils/look.c b/misc-utils/look.c index 7ba4ac06..f7bcc16e 100644 --- a/misc-utils/look.c +++ b/misc-utils/look.c @@ -56,6 +56,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <ctype.h> #include <getopt.h> #include <locale.h> |