tMissing header file added. - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit e8cb0bd7b3ddc4b025f007a88298021cf7ef05ac
DIR parent 1c974615bb83a0d4f79664eb1cbfe029cae935c1
HTML Author: Ben Webb <ben@salilab.org>
Date: Thu, 27 Jun 2002 17:31:18 +0000
Missing header file added.
Diffstat:
M src/winmain.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/src/winmain.c b/src/winmain.c
t@@ -32,6 +32,7 @@
#include <stdlib.h>
#include "dopewars.h"
+#include "log.h"
#include "nls.h"
#include "tstring.h"
#include "util.h"