forked from Miroirs/x49gp
missing includes
This commit is contained in:
parent
f30edab58c
commit
347d61ced9
1 changed files with 3 additions and 1 deletions
|
@ -4,9 +4,11 @@
|
|||
#ifndef _X49GP_TIMER_H
|
||||
#define _X49GP_TIMER_H 1
|
||||
|
||||
#include <stdint.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "list.h"
|
||||
# include "list.h"
|
||||
#include "x49gp_types.h"
|
||||
|
||||
#define X49GP_TIMER_VIRTUAL 0
|
||||
#define X49GP_TIMER_REALTIME 1
|
||||
|
|
Loading…
Reference in a new issue