glib/tests/thread.c: Add config guards
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 17 Oct 2011 09:18:20 +0000 (17:18 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 17 Oct 2011 09:18:20 +0000 (17:18 +0800)
commite192f45a932b62edcd1d3e2315a5dff20747a346
tree395b4ce60f404853758f073dfadc8cc19d6cdb11
parent1bfa7e7e860feb9e825ad0a4ae340aca7afe51a6
glib/tests/thread.c: Add config guards

Not all systems come with unistd.h and sys/time.h, so use config guards
on them so that they are only included when available.
glib/tests/thread.c