diff options
| author | Jim Meyering <jim@meyering.net> | 2003-10-31 13:50:11 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2003-10-31 13:50:11 +0000 |
| commit | ec31c91ef89962361051932633df8928275e83a4 (patch) | |
| tree | db2faf6d5bb979facbd12896b0a90031a0538ca1 /lib/linebuffer.c | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-ec31c91ef89962361051932633df8928275e83a4.tar.gz coreutils-ec31c91ef89962361051932633df8928275e83a4.zip | |
Include <string.h> for declaration of memset.
Diffstat (limited to 'lib/linebuffer.c')
| -rw-r--r-- | lib/linebuffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/linebuffer.c b/lib/linebuffer.c index 0d35fc0ce..67d0f1fd7 100644 --- a/lib/linebuffer.c +++ b/lib/linebuffer.c @@ -25,6 +25,7 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <sys/types.h> #include "linebuffer.h" #include "unlocked-io.h" |
