4448634af67576d93b95e8b3c863b05943cd27b9 galt Mon Sep 9 14:37:08 2013 -0700 ubuntu needs #include <sys/resource.h> diff --git src/parasol/paraNode/paraNode.c src/parasol/paraNode/paraNode.c index 278bfb5..7b7c7b0 100644 --- src/parasol/paraNode/paraNode.c +++ src/parasol/paraNode/paraNode.c @@ -4,31 +4,31 @@ #include <grp.h> #include "errabort.h" #include "dystring.h" #include "dlist.h" #include "hash.h" #include "localmem.h" #include "options.h" #include "subText.h" #include "paraLib.h" #include "net.h" #include "portable.h" #include "rudp.h" #include "paraMessage.h" #include "internet.h" #include "log.h" - +#include <sys/resource.h> /* command line option specifications */ static struct optionSpec optionSpecs[] = { {"logFacility", OPTION_STRING}, {"logMinPriority", OPTION_STRING}, {"log", OPTION_STRING}, {"debug", OPTION_BOOLEAN}, {"hub", OPTION_STRING}, {"umask", OPTION_INT}, {"userPath", OPTION_STRING}, {"sysPath", OPTION_STRING}, {"env", OPTION_STRING|OPTION_MULTI}, {"randomDelay", OPTION_INT}, {"cpu", OPTION_INT}, {"localhost", OPTION_STRING},