11 lines
179 B
Text
11 lines
179 B
Text
Index: gc_appearance.c
|
|
--- gc_appearance.c.orig
|
|
+++ gc_appearance.c
|
|
@@ -20,6 +20,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include "geekcode.h"
|
|
|
|
int get_dress(void)
|