]> granicus.if.org Git - graphviz/commitdiff
lefty still requires mem.h
authorarif <devnull@localhost>
Fri, 13 Feb 2009 17:37:17 +0000 (17:37 +0000)
committerarif <devnull@localhost>
Fri, 13 Feb 2009 17:37:17 +0000 (17:37 +0000)
cmd/lefty/tbl.h

index 21d697beb096952e73b993408cc8d2a1cb0956b8..e32355c0dcddfaf0c162627eefb77bbff1c526a1 100644 (file)
@@ -22,6 +22,11 @@ extern "C" {
 
 #ifndef _TBL_H
 #define _TBL_H
+#ifdef WIN32
+#include "mem.h"
+#endif
+
+
 
 #define T_INTEGER 1
 #define T_REAL    2