diff options
Diffstat (limited to 'gnu/usr.bin/sort/error.c')
| -rw-r--r-- | gnu/usr.bin/sort/error.c | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gnu/usr.bin/sort/error.c b/gnu/usr.bin/sort/error.c index e849c5b2fb1ac..41d66fb4f4f76 100644 --- a/gnu/usr.bin/sort/error.c +++ b/gnu/usr.bin/sort/error.c @@ -1,5 +1,5 @@ /* error.c -- error handler for noninteractive utilities - Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993 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 @@ -17,6 +17,17 @@ /* Written by David MacKenzie. */ +#ifdef HAVE_CONFIG_H +#if defined (CONFIG_BROKETS) +/* We use <config.h> instead of "config.h" so that a compilation + using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h + (which it would do because it found this file in $srcdir). */ +#include <config.h> +#else +#include "config.h" +#endif +#endif + #include <stdio.h> #ifdef HAVE_VPRINTF |
