diff options
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/includes.h b/includes.h index fa65aa38d..520817400 100644 --- a/includes.h +++ b/includes.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: includes.h,v 1.19 2005/05/19 02:42:26 djm Exp $ */ | 1 | /* $OpenBSD: includes.h,v 1.22 2006/01/01 08:59:27 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -21,6 +21,8 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } | |||
21 | 21 | ||
22 | #include "config.h" | 22 | #include "config.h" |
23 | 23 | ||
24 | #define _GNU_SOURCE /* activate extra prototypes for glibc */ | ||
25 | |||
24 | #include <stdarg.h> | 26 | #include <stdarg.h> |
25 | #include <stdio.h> | 27 | #include <stdio.h> |
26 | #include <ctype.h> | 28 | #include <ctype.h> |
@@ -67,7 +69,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } | |||
67 | #ifdef HAVE_NEXT | 69 | #ifdef HAVE_NEXT |
68 | # include <libc.h> | 70 | # include <libc.h> |
69 | #endif | 71 | #endif |
70 | #define __USE_GNU /* before unistd.h, activate extra prototypes for glibc */ | ||
71 | #include <unistd.h> /* For STDIN_FILENO, etc */ | 72 | #include <unistd.h> /* For STDIN_FILENO, etc */ |
72 | #include <termios.h> /* Struct winsize */ | 73 | #include <termios.h> /* Struct winsize */ |
73 | 74 | ||