From: Jim Meyering Date: Wed, 10 Sep 2003 08:49:38 +0000 (+0000) Subject: Include long-options.h first, to test interface. X-Git-Tag: v5.1.0~762 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06d7d0633cb4f9732cc24cd29af2047a60c19db4;p=thirdparty%2Fcoreutils.git Include long-options.h first, to test interface. Include unconditionally. --- diff --git a/lib/long-options.c b/lib/long-options.c index 43df8594e3..58bc93c1d1 100644 --- a/lib/long-options.c +++ b/lib/long-options.c @@ -1,5 +1,7 @@ /* Utility to accept --help and --version options as unobtrusively as possible. - Copyright (C) 1993-1994, 1998-1999, 2000, 2002 Free Software Foundation, Inc. + + Copyright (C) 1993, 1994, 1998, 1999, 2000, 2002, 2003 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 @@ -21,13 +23,12 @@ # include #endif +#include "long-options.h" + #include #include -#if HAVE_STDLIB_H -# include -#endif +#include -#include "long-options.h" #include "version-etc.h" static struct option const long_options[] =