Skip to content

Commit 21cec6b

Browse files
author
Matthew Russell
committed
Added an include for alloca. EC comps (spica, hadar) need this... Not sure why. This wasted over a day
1 parent 1fa058b commit 21cec6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastdebug.c

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <sys/stat.h>
77
#include <sys/time.h>
88
#include <time.h>
9+
#include <alloca.h>
910

1011
// If I want a no mpi version, define this macro
1112
#ifdef NOMPI

0 commit comments

Comments
 (0)