mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
add signal.h
This commit is contained in:
parent
4a560b7a09
commit
268d64df84
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#include <u.h>
|
#include <u.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#include <stropts.h>
|
#include <stropts.h>
|
||||||
|
#include <signal.h>
|
||||||
#include <libc.h>
|
#include <libc.h>
|
||||||
#include "term.h"
|
#include "term.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue