foxygit / doom Log in
commit 38d45b879bc271048a78d2d1df3c416d0bec3477
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Tue Dec 5 21:05:26 2006 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Tue Dec 5 21:05:26 2006 +0000

    Add missing #include.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 765
---
 textscreen/txt_gui.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/textscreen/txt_gui.c b/textscreen/txt_gui.c
index 33c29ad7..679d66fa 100644
--- 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"