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