Parcourir la source

Add errno.h include since it was removed from swab.h.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1159 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake il y a 19 ans
Parent
commit
f4e89f2ffc
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      exec/totempg.c

+ 1 - 0
exec/totempg.c

@@ -88,6 +88,7 @@
 #include <string.h>
 #include <assert.h>
 #include <pthread.h>
+#include <errno.h>
 
 #include "../include/hdb.h"
 #include "../include/list.h"