incompatible implicit declaration of built-in function ‘exit’

C
In mkfs.c add - 
	extern void exit();
Source

Also in C: