shithub: choc

Download patch

ref: 38d45b879bc271048a78d2d1df3c416d0bec3477
parent: e840f2d7d79c1c8f6aed11dd72e8b13e53b89e57
author: Simon Howard <[email protected]>
date: Tue Dec 5 16:05:26 EST 2006

Add missing #include.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 765

--- a/textscreen/txt_gui.c
+++ b/textscreen/txt_gui.c
@@ -19,6 +19,7 @@
 // 02111-1307, USA.
 //
 
+#include <stdlib.h>
 #include <string.h>
 
 #include "txt_gui.h"