diff options
Diffstat (limited to 'stdio-common/reg-modifier.c')
-rw-r--r-- | stdio-common/reg-modifier.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio-common/reg-modifier.c b/stdio-common/reg-modifier.c index dcfd3a812a..697a408f83 100644 --- a/stdio-common/reg-modifier.c +++ b/stdio-common/reg-modifier.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,6 +18,7 @@ #include <errno.h> #include <limits.h> #include <printf.h> +#include <stdlib.h> #include <wchar.h> #include <bits/libc-lock.h> |