summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/sys/ttydefaults.h
blob: 057f7e7c8ba700d0d6f855aa9a96f5d25d57639c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2021, Daniel Bertalan <dani@danielbertalan.dev>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#pragma once

#include <Kernel/API/ttydefaults.h>

#ifdef TTYDEFCHARS
#    include <termios.h>

#    include <Kernel/API/ttydefaultschars.h>
#endif