Skip to content
Snippets Groups Projects
Commit 5d2db4c6 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Add missing include of stdlib.h.

parent 83856d47
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
\*****************************************************************************/
#include <stdio.h>
#include <stdlib.h> /* exit() prototype is here */
#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment