Fix compiler warning, exit() is defined in <stdlib.h>.

This commit is contained in:
Thiemo Seufer 2005-09-07 22:51:49 +00:00
parent d83c8a160b
commit 32b1d8cbb3
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
int main (int argc, char *argv[]) {
int foo = 0x20212223;

View file

@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
"0.9.4.35"
"0.9.4.36"