diff options
author | Tor Lillqvist <tml@src.gnome.org> | 1999-04-13 21:05:08 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-04-13 21:05:08 +0000 |
commit | fb55f0056ea77efedcc51fe83552efcaf9ac3e93 (patch) | |
tree | d666ec8f6d34a1c3e2c0b6eea8ff232b3df83ae7 /tests/node-test.c | |
parent | 3aa65d30eb2dfeb63956a38ec9c5296477712888 (diff) |
Mention the tests directory.
* README.win32: Mention the tests directory.
* glib.def: Add the functions from grand.c.
* glibconfig.h.win32: Add unsigned max values, and the format
strings.
* makefile.msc: Add grand.
* tests/{date-test,node-test}.c: Include <stdlib.h> for exit().
* tests/makefile.msc: New file.
Diffstat (limited to 'tests/node-test.c')
-rw-r--r-- | tests/node-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/node-test.c b/tests/node-test.c index 087568791..381366641 100644 --- a/tests/node-test.c +++ b/tests/node-test.c @@ -32,6 +32,7 @@ #include <stdio.h> #include <string.h> +#include <stdlib.h> #ifdef HAVE_UNISTD_H #include <unistd.h> |