ref: eb0a57a271bc3dd8dee99e25ae450d8270f2454a
parent: 939bb4cf3e586643919d606620bf298f2351d735
author: Simon Howard <[email protected]>
date: Tue Oct 24 15:32:26 EDT 2006
Shut up compiler warnings. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 728
--- a/src/net_gui.c
+++ b/src/net_gui.c
@@ -24,6 +24,7 @@
// start the game.
//
+#include <stdlib.h>
#include <ctype.h>
#include "config.h"
--- a/textscreen/examples/calculator.c
+++ b/textscreen/examples/calculator.c
@@ -1,5 +1,6 @@
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include "textscreen.h"