* atomic.c: Include sys/types.h.
From-SVN: r205008
This commit is contained in:
parent
b06cbaac12
commit
64856e1e0b
@ -1,3 +1,7 @@
|
||||
2013-11-19 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* atomic.c: Include sys/types.h.
|
||||
|
||||
2013-11-18 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* configure.ac: Check for support of __atomic extensions.
|
||||
|
@ -32,6 +32,8 @@ POSSIBILITY OF SUCH DAMAGE. */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "backtrace.h"
|
||||
#include "backtrace-supported.h"
|
||||
#include "internal.h"
|
||||
|
Loading…
Reference in New Issue
Block a user