ソースを参照

Include string.h in sq.h for memset() calls.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2216 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 17 年 前
コミット
27b88fd1e4
1 ファイル変更2 行追加1 行削除
  1. 2 1
      include/corosync/sq.h

+ 2 - 1
include/corosync/sq.h

@@ -34,7 +34,8 @@
 #ifndef SORTQUEUE_H_DEFINED
 #define SORTQUEUE_H_DEFINED
 
-#include "errno.h"
+#include <errno.h>
+#include <string.h>
 
 struct sq {
 	unsigned int head;