changeset 8766:27923c808d14

Restore #include "progname.h"
author Sergey Poznyakoff <gray@gnu.org.ua>
date Mon, 30 Apr 2007 08:26:26 +0000
parents e4e0a935f437
children ed620dfb1990
files tests/test-argp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-argp.c
+++ b/tests/test-argp.c
@@ -30,6 +30,7 @@
 #if HAVE_STRINGS_H
 # include <strings.h>
 #endif
+#include "progname.h"
 
 struct test_args
 {