diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-04-03 23:10:16 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-03 23:10:16 -0700 |
commit | 3fedf0feb75457f7098a0119ca4203ff449546b6 (patch) | |
tree | 294a5d7a954416272225e61fed2b05bbf7666436 | |
parent | b8b14c4cc38883032b8ebae50c9a8b3efd256483 (diff) | |
download | glibc-3fedf0feb75457f7098a0119ca4203ff449546b6.tar glibc-3fedf0feb75457f7098a0119ca4203ff449546b6.tar.gz glibc-3fedf0feb75457f7098a0119ca4203ff449546b6.tar.bz2 glibc-3fedf0feb75457f7098a0119ca4203ff449546b6.zip |
Add missing include.
-rw-r--r-- | crypt/crypt_util.c | 1 |
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 |