* nrun.c: Add #ifdef HAVE_CONFIG_H and associated includes stanza

missing in last change.
This commit is contained in:
Hans-Peter Nilsson 2012-03-24 09:31:09 +00:00
parent 2232061b1c
commit f914e38494
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-03-24 Hans-Peter Nilsson <hp@axis.com>
* nrun.c: Add #ifdef HAVE_CONFIG_H and associated includes stanza
missing in last change.
2012-03-24 Mike Frysinger <vapier@gentoo.org>
* acinclude.m4 (SIM_AC_COMMON): Call AC_USE_SYSTEM_EXTENSIONS.

View File

@ -14,6 +14,12 @@ 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, see <http://www.gnu.org/licenses/>. */
/* Need to be before general includes, to pick up e.g. _GNU_SOURCE. */
#ifdef HAVE_CONFIG_H
#include "cconfig.h"
#include "tconfig.h"
#endif
#include <signal.h>
/* For strsignal. */