Explorar el Código

votequorum: Make sure cs_error_t is defined

Signed-off-by: Ferenc Wágner <wferi@niif.hu>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Ferenc Wágner hace 11 años
padre
commit
aff57f9996
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      include/corosync/votequorum.h

+ 2 - 0
include/corosync/votequorum.h

@@ -36,6 +36,8 @@
 #ifndef COROSYNC_VOTEQUORUM_H_DEFINED
 #define COROSYNC_VOTEQUORUM_H_DEFINED
 
+#include <corosync/corotypes.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif