diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-07 22:25:23 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-07 22:25:23 +0000 |
commit | 3bc1deb6a84d5ad1ff47b2efe89ed15d68e5822a (patch) | |
tree | 197167c3b5c7ac3c3818122c0539959f84abcd92 /src/ast.h | |
parent | efba7f83ef225df8a0eaee660cb9bba19fd775c0 (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.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |