From 85effedca3e4cc3c10ccd835c9ea4fb712418cb9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 20 Jun 2003 14:11:31 +0000 Subject: * Flags to indicate how values are specified on the command line (--hash, --file, --name). --- src/util.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util.hh') diff --git a/src/util.hh b/src/util.hh index 5b41fcea89..45719e701f 100644 --- a/src/util.hh +++ b/src/util.hh @@ -2,7 +2,7 @@ #define __UTIL_H #include -#include +#include #include #include @@ -34,7 +34,7 @@ public: }; -typedef vector Strings; +typedef list Strings; /* The canonical system name, as returned by config.guess. */ -- cgit 1.4.1