add THOR to threads version.

This commit is contained in:
Vitor Santos Costa
2010-07-28 00:30:02 +01:00
parent 0a73dea9c0
commit 86af6ff3f6
3 changed files with 5 additions and 4 deletions

View File

@@ -28,6 +28,9 @@
#if HAVE_STRING_H
#include <string.h>
#endif
#if THREADS
#include <opt.mavar.h>
#endif
#if !HAVE_STRNCAT
#define strncat(s0,s1,sz) strcat(s0,s1)