X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-getpass.c;h=f8e7fb20af6e45f71097fcbbce66296fe272a09b;hb=11dbc24bbfd94e0e8d36754fe17bb1fdeb58fe5e;hp=12f08ae78dae1f7e2a154d59f1281b7c0a09e46f;hpb=626164576ede8aff7a63262a368923c3d2ee678f;p=gnulib.git diff --git a/tests/test-getpass.c b/tests/test-getpass.c index 12f08ae78..f8e7fb20a 100644 --- a/tests/test-getpass.c +++ b/tests/test-getpass.c @@ -16,14 +16,13 @@ with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#if HAVE_CONFIG_H -# include -#endif +#include #include #include "getpass.h" -int main (int argc, char *argv[]) +int +main (int argc, char *argv[]) { char *pass = getpass ("Enter password: ");