changeset 6091:f2bbccdb1856

Include config.h too.
author Simon Josefsson <simon@josefsson.org>
date Wed, 24 Aug 2005 10:59:57 +0000
parents 8e8f24754381
children 7f96c9d0eef6
files tests/test-getpass.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-getpass.c
+++ b/tests/test-getpass.c
@@ -16,6 +16,10 @@
    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 <config.h>
+#endif
+
 #include <stdio.h>
 #include "getpass.h"