File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ cat <<'EOF' >> ${F}
4848#include <sys/types.h>
4949#include <sys/wait.h>
5050#include <unistd.h>
51+ #include <time.h>
5152EOF
5253
5354cat ./basedefs.h >> ${F}
Original file line number Diff line number Diff line change 22#define CONFIG_H
33
44#define META_VERSION "0.9.0"
5- #define META_REVISION "42084e3 "
5+ #define META_REVISION "607c002 "
66
77#define MACRO_MAX_RECURSIVE_CALLS 128
88
3333#include <sys/types.h>
3434#include <sys/wait.h>
3535#include <unistd.h>
36+ #include <time.h>
3637#ifndef BASEDEFS_H
3738#define BASEDEFS_H
3839
Original file line number Diff line number Diff line change 66# https://github.com/Softmotions/autark
77
88META_VERSION=0.9.0
9- META_REVISION=42084e3
9+ META_REVISION=607c002
1010cd " $( cd " $( dirname " $0 " ) " ; pwd -P) "
1111
1212prev_arg=" "
@@ -62,7 +62,7 @@ cat <<'a292effa503b' > ${AUTARK_HOME}/autark.c
6262#ifndef CONFIG_H
6363#define CONFIG_H
6464#define META_VERSION "0.9.0"
65- #define META_REVISION "42084e3 "
65+ #define META_REVISION "607c002 "
6666#define MACRO_MAX_RECURSIVE_CALLS 128
6767#endif
6868#define _AMALGAMATE_
@@ -90,6 +90,7 @@ cat <<'a292effa503b' > ${AUTARK_HOME}/autark.c
9090#include <sys/types.h>
9191#include <sys/wait.h>
9292#include <unistd.h>
93+ #include <time.h>
9394#ifndef BASEDEFS_H
9495#define BASEDEFS_H
9596#define QSTR(x__) #x__
You can’t perform that action at this time.
0 commit comments