2005-01-27 Hans-Peter Nilsson <hp@axis.com>

* testsuite/include/check.h: Include stdlib.h.
This commit is contained in:
Jeff Johnston 2005-01-27 20:25:54 +00:00
parent b45e65b0da
commit 1319dec602
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-01-27 Hans-Peter Nilsson <hp@axis.com>
* testsuite/include/check.h: Include stdlib.h.
2005-01-27 Hans-Peter Nilsson <hp@axis.com>
* Makefile.am (stmp-targ-include): Support include header files

View File

@ -1,4 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
#define CHECK(a) { \
if (!(a)) \