blob: 627fcc26b178460e55fb8e6c5d22809bde9cbb65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* 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>
|