compilation
This commit is contained in:
parent
e29b7afa1b
commit
886777f1e6
@ -2196,8 +2196,13 @@ prune(choiceptr cp USES_REGS)
|
|||||||
|
|
||||||
#define CHECK_ALARM(CONT)
|
#define CHECK_ALARM(CONT)
|
||||||
|
|
||||||
|
#if HAVE_SYS_TIME_H
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#endif
|
||||||
|
#if HAVE_SYS_RESOURCE_H
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
extern Environment ExpEnv;
|
extern Environment ExpEnv;
|
||||||
extern char fin[1024];
|
extern char fin[1024];
|
||||||
|
Reference in New Issue
Block a user