2005-01-27 Hans-Peter Nilsson <hp@axis.com>
* testsuite/include/check.h: Include stdlib.h.
This commit is contained in:
parent
b45e65b0da
commit
1319dec602
|
@ -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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define CHECK(a) { \
|
||||
if (!(a)) \
|
||||
|
|
Loading…
Reference in New Issue