X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrndup.c;h=a23060e3819ba9d0604c421e443e595d446f347c;hb=d654ce2dc28ff5a6db28b5a310fcec87354a5603;hp=08dbeeaef0705cb77a44c8a6839b3d72e68c98ad;hpb=4e4563a1982c52a04ec71536ff127243aaa90449;p=gnulib.git diff --git a/lib/strndup.c b/lib/strndup.c index 08dbeeaef..a23060e38 100644 --- a/lib/strndup.c +++ b/lib/strndup.c @@ -14,13 +14,16 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +along with this program; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif +#include +#include + #ifdef STDC_HEADERS # include # include