From: Jim Meyering Date: Tue, 10 Dec 1996 00:20:17 +0000 (+0000) Subject: Include config.h before testing for TERMIOS_NEEDS_XOPEN_SOURCE. X-Git-Tag: SH-UTILS-1_12s~15 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ba788477a873be30b5ce39b51a8f01e85069bf0d;p=thirdparty%2Fcoreutils.git Include config.h before testing for TERMIOS_NEEDS_XOPEN_SOURCE. Patch from Karl Heuer. --- diff --git a/src/stty.c b/src/stty.c index de60ac4313..a8902f0d34 100644 --- a/src/stty.c +++ b/src/stty.c @@ -27,11 +27,12 @@ David MacKenzie */ +#include + #ifdef TERMIOS_NEEDS_XOPEN_SOURCE # define _XOPEN_SOURCE #endif -#include #include #include #include