diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-09-12 13:46:32 +0000 | 
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-09-12 13:46:32 +0000 | 
| commit | 2ba64027bcd11ef6c7d378302a64491ea70cde91 (patch) | |
| tree | 1802ab3510e718e6985f6769048767b9b8cf797a /lib/libc/stdio/makebuf.c | |
| parent | 8621e8a737a4f97843e400f6659340323f3a3458 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/makebuf.c')
| -rw-r--r-- | lib/libc/stdio/makebuf.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdio/makebuf.c b/lib/libc/stdio/makebuf.c index bc8a468f2580..bdade6754cfa 100644 --- a/lib/libc/stdio/makebuf.c +++ b/lib/libc/stdio/makebuf.c @@ -46,9 +46,11 @@ __FBSDID("$FreeBSD$");  #include <unistd.h>  #include <stdio.h>  #include <stdlib.h> -#include "local.h"  #include "un-namespace.h" +#include "libc_private.h" +#include "local.h" +  /*   * Allocate a file buffer, or switch to unbuffered I/O.   * Per the ANSI C standard, ALL tty devices default to line buffered.  | 
