summaryrefslogtreecommitdiff
path: root/crypt
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-04-03 23:10:16 -0700
committerPetr Baudis <pasky@ucw.cz>2010-05-12 03:21:07 +0200
commitea614f680d5ede741bb2511364d190bceb9073b2 (patch)
tree5405c666d7ec7adadff9c8c3366dfe5838f5340e /crypt
parent6c4a23bc8d85165623b6331fab43cef8d18671db (diff)
Add missing include.
(cherry picked from commit 3fedf0feb75457f7098a0119ca4203ff449546b6)
Diffstat (limited to 'crypt')
-rw-r--r--crypt/crypt_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypt/crypt_util.c b/crypt/crypt_util.c
index a556389111..7999a30672 100644
--- a/crypt/crypt_util.c
+++ b/crypt/crypt_util.c
@@ -27,6 +27,7 @@
#ifdef DEBUG
#include <stdio.h>
#endif
+#include <atomic.h>
#include <string.h>
#ifndef STATIC