mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-14 17:12:34 +00:00
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
This commit is contained in:
parent
1e0d40cdeb
commit
27b88fd1e4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user