[libvirt] [RFC PATCH v1 3/7] include virterror_internal.h in threads.h

Hu Tao hutao at cn.fujitsu.com
Wed Jan 16 02:53:05 UTC 2013


required by virSetError.
---
 src/util/virthread.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/util/virthread.h b/src/util/virthread.h
index b11a251..c209440 100644
--- a/src/util/virthread.h
+++ b/src/util/virthread.h
@@ -23,6 +23,7 @@
 # define __THREADS_H_
 
 # include "internal.h"
+# include "virerror.h"
 
 typedef struct virMutex virMutex;
 typedef virMutex *virMutexPtr;
-- 
1.8.0.1.240.ge8a1f5a




More information about the libvir-list mailing list