Skip to content

Commit 5093ea0

Browse files
committed
cfg.h: pull stdlib.h for exit()
1 parent 042c3d8 commit 5093ea0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cfg.h

+2
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ extern int tri_d;
167167
#else
168168
#define ERROR(a) {fprintf(stderr,a);}
169169
#endif
170+
171+
#include <stdlib.h>
170172
#define EXIT(a) exit(a);
171173
#endif
172174

0 commit comments

Comments
 (0)