This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
add missing header file
master
Matthias-Christian Ott
16 years ago
parent
dc01596e6d
commit
5e680d7102
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
std.c
+ 3
- 0
std.c
View File
@ -6,6 +6,9 @@
#
include
<ctype.h>
#
include
<errno.h>
#
include
<fcntl.h>
#
if !(_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600)
#
include
<pty.h>
#
endif
#
include
<signal.h>
#
include
<stdarg.h>
#
include
<stdio.h>
Write
Preview
Loading…
Cancel
Save