]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include config.h before testing for TERMIOS_NEEDS_XOPEN_SOURCE.
authorJim Meyering <jim@meyering.net>
Tue, 10 Dec 1996 00:20:17 +0000 (00:20 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 10 Dec 1996 00:20:17 +0000 (00:20 +0000)
Patch from Karl Heuer.

src/stty.c

index de60ac4313fa36e1ed14a5bd67f55e3a74aeac08..a8902f0d34f4cdb0013f57beb4425ec1d1868cb4 100644 (file)
 
    David MacKenzie <djm@gnu.ai.mit.edu> */
 
+#include <config.h>
+
 #ifdef TERMIOS_NEEDS_XOPEN_SOURCE
 # define _XOPEN_SOURCE
 #endif
 
-#include <config.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <termios.h>