aboutsummaryrefslogtreecommitdiff
path: root/src/common.h
blob: 07cc4ae4f42d6934f3f981b982bc048b74fcfc02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef COMMON_H
#define COMMON_H

#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdint.h>
#include <signal.h>

#include "consts.h"

extern struct timeval* last_press;

#endif