* atomic.c: Include sys/types.h.

From-SVN: r205008
This commit is contained in:
Jakub Jelinek 2013-11-19 08:43:09 +01:00 committed by Jakub Jelinek
parent b06cbaac12
commit 64856e1e0b
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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"