Removed inclusion of <proto/xxx_au.h>. Auto-opening works without it.
[AROS.git] / test / bz2 / version.c
blobd460fe5b49007f9ef5c40ab0019493f058c16fbc
1 #include <bzlib.h>
2 #include <stdio.h>
4 int main(void)
6 printf("Version %s\n", BZ2_bzlibVersion());
7 return 0;