about summary refs log tree commit diff
path: root/crypt/crypt_util.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-04-03 23:10:16 -0700
committerUlrich Drepper <drepper@redhat.com>2010-04-03 23:10:16 -0700
commit3fedf0feb75457f7098a0119ca4203ff449546b6 (patch)
tree294a5d7a954416272225e61fed2b05bbf7666436 /crypt/crypt_util.c
parentb8b14c4cc38883032b8ebae50c9a8b3efd256483 (diff)
downloadglibc-3fedf0feb75457f7098a0119ca4203ff449546b6.tar.gz
glibc-3fedf0feb75457f7098a0119ca4203ff449546b6.tar.xz
glibc-3fedf0feb75457f7098a0119ca4203ff449546b6.zip
Add missing include.
Diffstat (limited to 'crypt/crypt_util.c')
-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