branches/zip:

Include the needed header for memset().
This commit is contained in:
vasil 2009-04-17 21:30:37 +00:00
parent 1cf2c95850
commit dd554ccf72

View file

@ -1,4 +1,5 @@
#include <pthread.h>
#include <string.h>
int
main(int argc, char** argv)