diff options
Diffstat (limited to 'stdlib/atexit.c')
-rw-r--r-- | stdlib/atexit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/atexit.c b/stdlib/atexit.c index a49f219158..7205f50dc0 100644 --- a/stdlib/atexit.c +++ b/stdlib/atexit.c @@ -16,7 +16,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <libc-lock.h> +#include <bits/libc-lock.h> #include <stdlib.h> #include "exit.h" |