]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing include.
authorUlrich Drepper <drepper@redhat.com>
Sun, 4 Apr 2010 06:10:16 +0000 (23:10 -0700)
committerUlrich Drepper <drepper@redhat.com>
Sun, 4 Apr 2010 06:10:16 +0000 (23:10 -0700)
crypt/crypt_util.c

index a5563891113e7355117caaf79177ed390753accf..7999a3067294f9cc7c2509a607bb70bdbd25e8b7 100644 (file)
@@ -27,6 +27,7 @@
 #ifdef DEBUG
 #include <stdio.h>
 #endif
+#include <atomic.h>
 #include <string.h>
 
 #ifndef STATIC