projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13b044b
)
Include config.h too.
author
Simon Josefsson
<simon@josefsson.org>
Wed, 24 Aug 2005 10:59:57 +0000
(10:59 +0000)
committer
Simon Josefsson
<simon@josefsson.org>
Wed, 24 Aug 2005 10:59:57 +0000
(10:59 +0000)
tests/test-getpass.c
patch
|
blob
|
history
diff --git
a/tests/test-getpass.c
b/tests/test-getpass.c
index 8855ad6c1ee1f9cbd078a2a689fa6f763c9c9ca9..18485d902a723011bfc81908d2515bac20d9cb75 100644
(file)
--- 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"