summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ast.h b/src/ast.h
index 321e741..e1f0426 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -20,6 +20,9 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
+#include <string.h>
+#include <stdlib.h>
+
/* Compiler Options */
#define Accel_2D
/* #define MMIO_2D */
@@ -38,7 +41,7 @@
#define AST_NAME "AST"
#define AST_DRIVER_NAME "ast"
#define AST_MAJOR_VERSION 0
-#define AST_MINOR_VERSION 80
+#define AST_MINOR_VERSION 81
#define AST_PATCH_VERSION 0
#define AST_VERSION \
((AST_MAJOR_VERSION << 20) | (AST_MINOR_VERSION << 10) | AST_PATCH_VERSION)