blob: 153940e25244179fa4b5bb0841e48ae67f3cf32c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* 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 <sys/random.h>
#include <sys/timerfd.h>
#include <sys/timex.h>
#include <termios.h>
#include "large.h"
|