mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Closes: https://github.com/gentoo/gentoo/pull/18956 Closes: https://bugs.gentoo.org/707246 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
11 lines
203 B
Diff
11 lines
203 B
Diff
--- 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 */
|
|
|