1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 07:59:00 +00:00

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

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