summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-07 22:25:23 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-07 22:25:23 +0000
commit3bc1deb6a84d5ad1ff47b2efe89ed15d68e5822a (patch)
tree197167c3b5c7ac3c3818122c0539959f84abcd92 /src/ast.h
parentefba7f83ef225df8a0eaee660cb9bba19fd775c0 (diff)
Unlibcwrap. Bump server version requirement. Bump to 0.81.0.ast-0_81_0XORG-7_1
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)