blob: 32f364a36adb0ab09a61f8ae0b57118a2cdb3b7a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* 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>
#include "large.h"
|