summaryrefslogtreecommitdiff
path: root/src/uniq.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1992-11-19 21:03:49 +0000
committerJim Meyering <jim@meyering.net>1992-11-19 21:03:49 +0000
commit750bb6aa692485b3ffc567aabead9de97d4eb5ca (patch)
treed6d98478ae1f81ade5be9ae0368e89775921530a /src/uniq.c
parentceda697482339c94618ad1cbd3ab79259f1991d9 (diff)
downloadcoreutils-750bb6aa692485b3ffc567aabead9de97d4eb5ca.tar.xz
Merged in changes for 1.3.5.
Diffstat (limited to 'src/uniq.c')
-rw-r--r--src/uniq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uniq.c b/src/uniq.c
index f30c6afe9..339b2aead 100644
--- a/src/uniq.c
+++ b/src/uniq.c
@@ -17,6 +17,7 @@
/* Written by Richard Stallman and David MacKenzie. */
+/* Get isblank from GNU libc. */
#define _GNU_SOURCE
#include <ctype.h>
#ifndef isblank