diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-09-02 04:44:53 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-09-02 04:44:53 +0200 |
commit | bd5d2162efae9913f2666c80bdf944a65ea95590 (patch) | |
tree | 7cfda8110528b22a8377bf9fdf526b9e203beda9 /src/string/strdup.c | |
parent | remove old debug line (diff) | |
download | slibc-bd5d2162efae9913f2666c80bdf944a65ea95590.tar.gz slibc-bd5d2162efae9913f2666c80bdf944a65ea95590.tar.bz2 slibc-bd5d2162efae9913f2666c80bdf944a65ea95590.tar.xz |
fix more errors
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/string/strdup.c')
-rw-r--r-- | src/string/strdup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string/strdup.c b/src/string/strdup.c index c23548b..6a66c2c 100644 --- a/src/string/strdup.c +++ b/src/string/strdup.c @@ -16,6 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <string.h> +#include <stdlib.h> |