1
0
Fork 0
forked from Miroirs/x49gp

missing includes

This commit is contained in:
Gwenhael Le Moine 2024-10-23 14:26:32 +02:00
parent f30edab58c
commit 347d61ced9
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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