aboutsummaryrefslogtreecommitdiffstats
path: root/timer.h
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2011-12-25 17:06:14 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2011-12-25 17:06:14 +0000
commit75a1dbb939d4c3769aa7557eb452ce3fb1c50ac3 (patch)
treee90bec13ea69312cfc28f8bc5a9471ab1f8236d3 /timer.h
parentf795cfb6272a25cc2547f63ce87d223a6f6d5c7b (diff)
parentbf9af8ac0ec29b5c03717c21c37bc8ca018066ca (diff)
downloadlcd4linux-75a1dbb939d4c3769aa7557eb452ce3fb1c50ac3.tar.gz
- includes updates for D4D driver.
- fixes compilation warnings. * Update libmysqlclient-dev virtual package in build-depends, thanks to Clint Byrum (Closes: #652132)
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);