blob: 8b56f540fbfe39b941dfe528953ee2151e16f6ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* See LICENSE file for copyright and license details. */
#ifdef MULTICALL_BINARY
# define LIBSIMPLY_CONFIG_MULTICALL_BINARY
#endif
#include <libsimple.h>
#include <libsimple-arg.h>
#include <libterminput.h>
#include <sys/random.h>
#include <sys/timerfd.h>
#include <sys/timex.h>
#include <termios.h>
|