aboutsummaryrefslogtreecommitdiff
path: root/generic/perfos.c
diff options
context:
space:
mode:
authorlecoanet2006-10-17 12:10:05 +0000
committerlecoanet2006-10-17 12:10:05 +0000
commit9c7580c5eeec27f4ce772cee18ea04662cd5a278 (patch)
treef6b408c5c4a03e82ecccfcc6844dd23cd8f0fe63 /generic/perfos.c
parentebe36f9605d87a095beaaec3dcf7179cd55c5d27 (diff)
downloadtkzinc-9c7580c5eeec27f4ce772cee18ea04662cd5a278.zip
tkzinc-9c7580c5eeec27f4ce772cee18ea04662cd5a278.tar.gz
tkzinc-9c7580c5eeec27f4ce772cee18ea04662cd5a278.tar.bz2
tkzinc-9c7580c5eeec27f4ce772cee18ea04662cd5a278.tar.xz
Ported to Mac Os (without X11).
Diffstat (limited to 'generic/perfos.c')
-rw-r--r--generic/perfos.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/generic/perfos.c b/generic/perfos.c
index 77d19a4..1da2295 100644
--- a/generic/perfos.c
+++ b/generic/perfos.c
@@ -19,10 +19,15 @@
#include "perfos.h"
#include "List.h"
-#include "Types.h"
#include <X11/Xutil.h>
+#include <stdio.h>
+#include <math.h>
+#include <sys/types.h>
+#include <sys/time.h>
+#include <sys/times.h>
+
static const char rcsid[] = "$Id$";
static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";