Make it work on linux again :/

This commit is contained in:
Willem Toorop 2014-10-31 14:25:51 +01:00
parent c7e7c3804a
commit 850d8453c9
3 changed files with 11 additions and 11 deletions

2
aclocal.m4 vendored
View File

@ -1,4 +1,4 @@
# generated automatically by aclocal 1.14 -*- Autoconf -*-
# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
# Copyright (C) 1996-2013 Free Software Foundation, Inc.

View File

@ -472,6 +472,11 @@ AH_BOTTOM([
extern "C" {
#endif
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#ifndef HAVE_STRLCPY
size_t strlcpy(char *dst, const char *src, size_t siz);
#else
@ -493,11 +498,6 @@ size_t strlcpy(char *dst, const char *src, size_t siz);
#include <unistd.h>
#include <assert.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#ifdef HAVE_STDARG_H
#include <stdarg.h>
#endif

View File

@ -181,6 +181,11 @@
extern "C" {
#endif
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#ifndef HAVE_STRLCPY
size_t strlcpy(char *dst, const char *src, size_t siz);
#else
@ -202,11 +207,6 @@ size_t strlcpy(char *dst, const char *src, size_t siz);
#include <unistd.h>
#include <assert.h>
#if STDC_HEADERS
#include <stdlib.h>
#include <stddef.h>
#endif
#ifdef HAVE_STDARG_H
#include <stdarg.h>
#endif