]> granicus.if.org Git - graphviz/commitdiff
add stdlib.h per bug #1770
authorellson <devnull@localhost>
Thu, 17 Sep 2009 11:57:48 +0000 (11:57 +0000)
committerellson <devnull@localhost>
Thu, 17 Sep 2009 11:57:48 +0000 (11:57 +0000)
cmd/tools/gmlscan.l

index 44d0c0f6a77dd9a896d9df1f7542222db5a13a70..679ca1ecea0366143cbdf2f25fa5769ff2d2a7de 100644 (file)
@@ -1,6 +1,7 @@
 /* vim:set shiftwidth=4 ts=8: */
 
 %{
+#include <stdlib.h>
 #include <gml2gv.h>
 #include <gmlparse.h>