blob: 08fe926019420a22b6a192d3dc8309e725c7d8cc (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/geekcode.h
+++ b/geekcode.h
@@ -22,6 +22,7 @@
#ifndef __INCLUDED_GEEKCODE_H__
#define __INCLUDED_GEEKCODE_H__
+#include <stdlib.h> /* exit() */
#define VERSION "1.7.3" /* Added in v1.2 */
|