]> git.cworth.org Git - tar/blobdiff - gnu/btowc.c
Merge branch 'dfsg-orig' into dfsg-debian
[tar] / gnu / btowc.c
index 1ff29eea9fc72cf689aa53102266e64aade4fac7..b40d8e72957c29449351021b939f205f975f06ea 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- buffer-read-only: t -*- vi: set ro: */
 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
 /* Convert unibyte character to wide character.
-   Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2010 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2008.
 
    This program is free software: you can redistribute it and/or modify
@@ -23,6 +23,7 @@
 #include <wchar.h>
 
 #include <stdio.h>
+#include <stdlib.h>
 
 wint_t
 btowc (int c)