include virterror_internal.h in threads.h

required by VIR_ONCE_GLOBAL_INIT using virSetError.
This commit is contained in:
Hu Tao 2013-01-16 10:53:05 +08:00 committed by Eric Blake
parent dfa88e6455
commit ad9e110cae

View File

@ -23,6 +23,7 @@
# define __THREADS_H_
# include "internal.h"
# include "virerror.h"
typedef struct virMutex virMutex;
typedef virMutex *virMutexPtr;