]> granicus.if.org Git - graphviz/commitdiff
remove DMALLOC bits
authorellson <devnull@localhost>
Sat, 8 Jul 2006 17:33:49 +0000 (17:33 +0000)
committerellson <devnull@localhost>
Sat, 8 Jul 2006 17:33:49 +0000 (17:33 +0000)
various include fixups (eg some missing string.h)

lib/agraph/write.c

index 0424e1a7136053eae9df176a77cee611585c8e27..bee59f7f969480f0305f5cc93ac6a76c28d9fc83 100644 (file)
@@ -16,6 +16,7 @@
 
 
 #include <stdio.h>             /* need sprintf() */
+#include <string.h>
 #include <ctype.h>
 #include "aghdr.h"