mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
7 lines
199 B
C
7 lines
199 B
C
#ifndef _PTY_H
|
|
#define _PTY_H
|
|
#include "libc/calls/termios.h"
|
|
#include "libc/calls/weirdtypes.h"
|
|
#include "libc/sysv/consts/baud.internal.h"
|
|
#include "libc/sysv/consts/termios.h"
|
|
#endif /* _PTY_H */
|