fix build issue on Solaris 10.

This commit is contained in:
Alexandre Snarskii
2016-05-11 15:21:30 +03:00
parent 1928419625
commit 066d35e74f
6 changed files with 10 additions and 2 deletions

View File

@@ -33,7 +33,9 @@
#ifndef _SYS_QUEUE_H_
#define _SYS_QUEUE_H_
#if HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
#endif
/*
* This file defines four types of data structures: singly-linked lists,