Commit 881c6ef4 authored by vasil's avatar vasil

branches/zip:

Include string.h which is needed for memset().
parent 4407a642
...@@ -24,6 +24,7 @@ Created April 18, 2009 Vasil Dimov ...@@ -24,6 +24,7 @@ Created April 18, 2009 Vasil Dimov
*****************************************************************************/ *****************************************************************************/
#include <pthread.h> #include <pthread.h>
#include <string.h>
int int
main(int argc, char** argv) main(int argc, char** argv)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment