summaryrefslogtreecommitdiff
path: root/lib/getpass.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-17 13:29:42 +0000
committerJim Meyering <jim@meyering.net>2001-11-17 13:29:42 +0000
commit3eb2a22131f0a0680ad09637290bafdead77eda5 (patch)
tree2b359ac377d4b8b0558378c8a24bf739e8bcf257 /lib/getpass.c
parent1edeae648d12874bdc600fedcb04558e6a281f9a (diff)
downloadcoreutils-3eb2a22131f0a0680ad09637290bafdead77eda5.tar.xz
Include unlocked-io.h.
Diffstat (limited to 'lib/getpass.c')
-rw-r--r--lib/getpass.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/getpass.c b/lib/getpass.c
index a5e87e8cd..9423eeec0 100644
--- a/lib/getpass.c
+++ b/lib/getpass.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
+/* Copyright (C) 1992,93,94,95,96,97,98,99,2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -24,6 +24,7 @@
#include <termios.h>
#include <unistd.h>
#include "getline.h"
+#include "unlocked-io.h"
/* It is desirable to use this bit on systems that have it.
The only bit of terminal state we want to twiddle is echoing, which is