aboutsummaryrefslogtreecommitdiffstats
path: root/timer.h
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2011-12-25 16:33:50 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2011-12-25 16:33:50 +0000
commitbf9af8ac0ec29b5c03717c21c37bc8ca018066ca (patch)
treebc5126550fb60f8e65c3e08b5c7b73c53b811572 /timer.h
parent23e6413da8152658a969d8c01ab726b4297148d5 (diff)
downloadlcd4linux-bf9af8ac0ec29b5c03717c21c37bc8ca018066ca.tar.gz
Import upstream version 0.11.0~svn1164
Diffstat (limited to 'timer.h')
-rw-r--r--timer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/timer.h b/timer.h
index c470a10..47aa531 100644
--- a/timer.h
+++ b/timer.h
@@ -1,4 +1,4 @@
-/* $Id: timer.h 1136 2010-11-28 16:07:16Z mzuther $
+/* $Id: timer.h 1164 2011-12-22 10:48:01Z mjona $
* $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/timer.h $
*
* generic timer handling
@@ -28,6 +28,7 @@
#ifndef _TIMER_H_
#define _TIMER_H_
+#include <time.h>
int timer_add(void (*callback) (void *data), void *data, const int interval, const int one_shot);