diff --git a/oshmem/mca/scoll/fca/scoll_fca_ops.c b/oshmem/mca/scoll/fca/scoll_fca_ops.c index cb57e700ad..0aa05c2975 100644 --- a/oshmem/mca/scoll/fca/scoll_fca_ops.c +++ b/oshmem/mca/scoll/fca/scoll_fca_ops.c @@ -1,12 +1,19 @@ /* * Copyright (c) 2013 Mellanox Technologies, Inc. * All rights reserved. + * Copyright (c) 2015 Research Organization for Information Science + * and Technology (RIST). All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ */ + +#ifdef HAVE_ALLOCA_H +#include +#endif + #include "oshmem_config.h" #include "oshmem/constants.h" #include "scoll_fca.h"