]> rtime.felk.cvut.cz Git - frescor/fosa.git/commitdiff
Adding #include <malloc.h> to fosa_app_def_sched.c
authortelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 12 Jun 2007 16:15:07 +0000 (16:15 +0000)
committertelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 12 Jun 2007 16:15:07 +0000 (16:15 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@456 35b4ef3e-fd22-0410-ab77-dab3279adceb

src_marte/fosa_app_def_sched.c

index e82a7e43c5d8968808410c03fb2958b4886ad563..672270d5ce9b576876a77578d8c9a80dd2d24425 100644 (file)
@@ -59,6 +59,7 @@
 
 #include <pthread.h>
 #include <stdio.h>
+#include <malloc.h>
 #include <sched.h>
 #include <errno.h>
 #include <sys/marte_sched_events_codes.h>