Update of /cvsroot/husky/msged
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv5986
Modified Files:
Makefile dirute.c
Log Message:
Fix compilation (patmat is in huskylib now)
Index: Makefile
===================================================================
RCS file: /cvsroot/husky/msged/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile 10 Sep 2004 00:21:09 -0000 1.22
+++ Makefile 11 Sep 2010 09:07:46 -0000 1.23
@@ -100,7 +100,6 @@
mxbt$(OBJ) \
normalc$(OBJ) \
nshow$(OBJ) \
- patmat$(OBJ) \
quick$(OBJ) \
quote$(OBJ) \
readmail$(OBJ) \
Index: dirute.c
===================================================================
RCS file: /cvsroot/husky/msged/dirute.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- dirute.c 4 Apr 2010 17:00:13 -0000 1.19
+++ dirute.c 11 Sep 2010 09:07:46 -0000 1.20
@@ -13,6 +13,8 @@
#include <assert.h>
#include <ctype.h>
+#include <huskylib/huskylib.h>
+
#define __DIRUTE_C
#if defined(__WATCOMC__) && defined(WINNT)
|