diff options
Diffstat (limited to '')
| -rw-r--r-- | common.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/common.h b/common.h new file mode 100644 index 0000000..8b56f54 --- /dev/null +++ b/common.h @@ -0,0 +1,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> |
