Просмотр исходного кода

Use B spec include files

(Logical change 1.130)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@466 fd59a12c-fef9-0310-b244-a6a79926bd2f
Mark Haverkamp 21 лет назад
Родитель
Сommit
f091cf2a65
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      exec/evt.h

+ 4 - 1
exec/evt.h

@@ -35,7 +35,7 @@
 #define EVT_H
 #include "hdb.h"
 #include "../include/list.h"
-#include "../include/ais_types.h"
+#include "../include/saEvt.h"
 
 extern struct service_handler evt_service_handler;
 
@@ -68,3 +68,6 @@ struct libevt_ci {
 };
 
 #endif
+/*
+ *	vi: set autoindent tabstop=4 shiftwidth=4 :
+ */