You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
413 B
11 lines
413 B
--- src/lib/sfdpgen/PriorityQueue.c.orig 2016-04-01 08:29:58.788223689 -0700
|
|
+++ src/lib/sfdpgen/PriorityQueue.c 2016-04-01 08:30:44.507731384 -0700
|
|
@@ -11,6 +11,8 @@
|
|
* Contributors: See CVS logs. Details at http://www.graphviz.org/
|
|
*************************************************************************/
|
|
|
|
+void free(void *ptr);
|
|
+
|
|
#include "LinkedList.h"
|
|
#include "PriorityQueue.h"
|
|
#include "memory.h"
|
|
|