Merge pull request #58 from swalkner/master

Fix build with CMake
This commit is contained in:
Romain Tartière 2017-04-24 09:39:09 +02:00 committed by GitHub
commit 5e5a0828af
25 changed files with 94 additions and 24 deletions

View file

@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include "config.h"
#if defined(HAVE_CONFIG_H)
# include "config.h"
#endif
#include <ctype.h>
#include <err.h>

View file

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include "config.h"
#if defined(HAVE_CONFIG_H)
# include "config.h"
#endif
#include <err.h>
#include <errno.h>

View file

@ -30,7 +30,9 @@
* Document Identifier 130410
*/
#include "config.h"
#if defined(HAVE_CONFIG_H)
# include "config.h"
#endif
#include <err.h>
#include <errno.h>

View file

@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include "config.h"
#if defined(HAVE_CONFIG_H)
# include "config.h"
#endif
#include <err.h>
#include <errno.h>

View file

@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include "config.h"
#if defined(HAVE_CONFIG_H)
# include "config.h"
#endif
#include <err.h>
#include <stdlib.h>

View file

@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include "config.h"
#if defined(HAVE_CONFIG_H)
# include "config.h"
#endif
#include <err.h>
#include <errno.h>

View file

@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include "config.h"
#if defined(HAVE_CONFIG_H)
# include "config.h"
#endif
#include <err.h>
#include <errno.h>

View file

@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include "config.h"
#if defined(HAVE_CONFIG_H)
# include "config.h"
#endif
#include <err.h>
#include <errno.h>

View file

@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include "config.h"
#if defined(HAVE_CONFIG_H)
# include "config.h"
#endif
#include <err.h>
#include <errno.h>

View file

@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include "config.h"
#if defined(HAVE_CONFIG_H)
# include "config.h"
#endif
#include <err.h>
#include <stdlib.h>

View file

@ -15,7 +15,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include "config.h"
#if defined(HAVE_CONFIG_H)
# include "config.h"
#endif
#include <err.h>
#include <stdlib.h>