freebsd-ports/graphics/graphviz/files/patch-agraph:agraph.h
2000-10-23 12:37:30 +00:00

11 lines
325 B
C

--- agraph/agraph.h.orig Tue Apr 18 05:54:03 2000
+++ agraph/agraph.h Tue Oct 17 17:51:06 2000
@@ -45,6 +45,8 @@
#define NILsym NIL(Agsym_t*)
#endif
+typedef unsigned long ulong;
+
/* forward struct type declarations */
typedef struct Agtag_s Agtag_t;
typedef struct Agobj_s Agobj_t; /* generic object header */