2.5-18.1
[jlayton/glibc.git] / nptl / pthread_timedjoin.c
index 1cc07213c8b8413ad4caba0e6bcb93477ca7b69c..5df6ab6a8085d6273bd80fb363437dd92b87fe23 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
 
@@ -19,7 +19,7 @@
 
 #include <errno.h>
 #include <stdlib.h>
-#include "atomic.h"
+#include <atomic.h>
 #include "pthreadP.h"