]> granicus.if.org Git - graphviz/commitdiff
types.h needs stdio.h for FILE
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:47:32 +0000 (18:47 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:47:32 +0000 (18:47 +0000)
lib/common/types.h

index 241cc6fed4f97ce81088c2cec65f0b30c4a76e88..9fb3a663eff50d453e9065ce87a9ad214cbfe349 100644 (file)
@@ -17,6 +17,8 @@
 #ifndef GV_TYPES_H
 #define GV_TYPES_H
 
+#include <stdio.h>
+
 #include "geom.h"
 #include "pathplan.h"
 #include "color.h"