changeset 5297:f297030ef5ab

include stdlib.h
author arpi
date Sun, 24 Mar 2002 00:58:27 +0000
parents 92bfedc77567
children 7bb8ded875db
files linux/timer-lx.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/linux/timer-lx.c	Sun Mar 24 00:44:54 2002 +0000
+++ b/linux/timer-lx.c	Sun Mar 24 00:58:27 2002 +0000
@@ -1,6 +1,7 @@
 // Precise timer routines for LINUX  (C) LGB & A'rpi/ASTRAL
 
 #include <unistd.h>
+#include <stdlib.h>
 #include <time.h>
 #include <sys/time.h>
 #include "../config.h"