From 5289afd403a0c0309eaa0c2ca6cd256facd2b438 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 24 Jan 2002 20:16:38 +0000 Subject: [PATCH] Include . Reported by Bruno Haible. --- lib/prepargs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/prepargs.c b/lib/prepargs.c index 9f65405..f5735ac 100644 --- a/lib/prepargs.c +++ b/lib/prepargs.c @@ -1,6 +1,6 @@ /* Parse arguments from a string and prepend them to an argv. - Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,6 +23,7 @@ # include #endif #include "prepargs.h" +#include #include #include