We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1044a28 + 6ec33eb commit 83d8f3aCopy full SHA for 83d8f3a
configure.ac
@@ -8,6 +8,9 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign])
8
AC_CONFIG_SRCDIR([libhsclient/fatal.cpp])
9
AC_CONFIG_MACRO_DIR([m4])
10
11
+# For automake >= 1.12
12
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
13
+
14
AC_PROG_CC
15
AC_PROG_CXX
16
AC_PROG_CPP
libhsclient/fatal.cpp
@@ -9,6 +9,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <syslog.h>
+#include <unistd.h>
#include "fatal.hpp"
0 commit comments