diff options
Diffstat (limited to 'client/thread_test.c')
-rw-r--r-- | client/thread_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/thread_test.c b/client/thread_test.c index dbe2acee8db..06c6424de66 100644 --- a/client/thread_test.c +++ b/client/thread_test.c @@ -15,11 +15,11 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#include <global.h> +#include <my_global.h> #ifndef THREAD -int main(void) +int main(int argc __attribute__((unused)), char **argv __attribute__((unused))) { printf("This test must be compiled with multithread support to work\n"); exit(1); |