]> granicus.if.org Git - graphviz/commitdiff
fix breakage
authorellson <devnull@localhost>
Tue, 14 Oct 2008 19:40:49 +0000 (19:40 +0000)
committerellson <devnull@localhost>
Tue, 14 Oct 2008 19:40:49 +0000 (19:40 +0000)
lib/common/types.h
lib/neatogen/neatoprocs.h

index d6452a6a0db908ec52578a7893b72aa0bb90552a..aa3dca4cb93e3d99ac94de19cb863c4fcb11e96d 100644 (file)
@@ -44,16 +44,16 @@ extern "C" {
     typedef int (*qsort_cmpf) (const void *, const void *);
     typedef int (*bsearch_cmpf) (const void *, const void *);
 
-    typedef struct Agraph_s graph_t;
+    typedef struct Agraph_t graph_t;
 
-    typedef struct Agnode_s node_t;
-    typedef struct Agedge_s edge_t;
+    typedef struct Agnode_t node_t;
+    typedef struct Agedge_t edge_t;
 
-    typedef struct Agsym_s attrsym_t;
+    typedef struct Agsym_t attrsym_t;
 
-    typedef struct htmllabel_s htmllabel_t;
+    typedef struct htmllabel_t htmllabel_t;
 
-    typedef union inside_s {
+    typedef union inside_t {
        struct {
            pointf* p;
            double* r;
index bb780c3990c153691d6c5398f3a850538716b0a9..e60a8c311aeb22028c3e0bc7f7f93ae5659987e3 100644 (file)
@@ -20,7 +20,7 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
-#include <adjust.h>
+#include "adjust.h"
 
     extern void addEdgeLabels(edge_t * e, pointf rp, pointf rq);
     extern int allow_edits(int);