diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-31 17:34:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-31 17:34:49 +0000 |
commit | f43cd38254b0f915fcade2f61218430ebb5e3db3 (patch) | |
tree | 3dbd29b68021b8d5277e7aa8b3894b4b1618fcc0 /libc/stdio/getline.c | |
parent | acbe47d22b76913e1be97ac0ef4ad0f332819813 (diff) |
Cleanup some stupid warnings
Diffstat (limited to 'libc/stdio/getline.c')
-rw-r--r-- | libc/stdio/getline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdio/getline.c b/libc/stdio/getline.c index ecc48ffac..41f3a442c 100644 --- a/libc/stdio/getline.c +++ b/libc/stdio/getline.c @@ -22,6 +22,7 @@ */ #include <stddef.h> +#define __USE_GNU #include <stdio.h> /* Basically getdelim() with the delimiter hard wired to '\n' */ |