summaryrefslogtreecommitdiff
path: root/src/libstddjb/alarm-internal.h
blob: 027a0dcfd29fade194563f9235aa043761eb9291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* ISC license. */

#ifndef ALARM_INTERNAL_H
#define ALARM_INTERNAL_H

#ifdef SKALIBS_HASTIMER

#include <time.h>

extern timer_t timer_here ;

#endif

#endif