summaryrefslogtreecommitdiff
path: root/cputime.h
diff options
context:
space:
mode:
Diffstat (limited to 'cputime.h')
-rw-r--r--cputime.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cputime.h b/cputime.h
index 3aecf4f82..69d49620f 100644
--- a/cputime.h
+++ b/cputime.h
@@ -1,4 +1,7 @@
/* Return user CPU time measured in milliseconds. Thanks to Torbjorn. */
+
+int cputime _PROTO((void));
+
#if defined (ANSIONLY) || defined (USG) || defined (__SVR4) || defined (_UNICOS) || defined(__hpux)
#include <time.h>