Skip to content

Commit 01e8dd1

Browse files
committed
* Minors
1 parent 607c002 commit 01e8dd1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

amalgamator.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>
5152
EOF
5253

5354
cat ./basedefs.h >> ${F}

dist/autark.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

@@ -33,6 +33,7 @@
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

dist/build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# https://github.com/Softmotions/autark
77

88
META_VERSION=0.9.0
9-
META_REVISION=42084e3
9+
META_REVISION=607c002
1010
cd "$(cd "$(dirname "$0")"; pwd -P)"
1111

1212
prev_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__

0 commit comments

Comments
 (0)