diff src/timertool.c @ 92:3f619ae03678

Improve calcuator example program.
author Thinker K.F. Li <thinker@branda.to>
date Sun, 24 Aug 2008 00:18:59 +0800
parents 3645e29e4986
children 069868161f63
line wrap: on
line diff
--- a/src/timertool.c	Sat Aug 23 22:26:46 2008 +0800
+++ b/src/timertool.c	Sun Aug 24 00:18:59 2008 +0800
@@ -1,3 +1,4 @@
+#include <stdio.h>
 #include <sys/time.h>
 #ifdef __FreeBSD__
 #include <machine/cpufunc.h>