diff options
Diffstat (limited to 'graphics/jgraph/files/patch-token.c')
-rw-r--r-- | graphics/jgraph/files/patch-token.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/jgraph/files/patch-token.c b/graphics/jgraph/files/patch-token.c new file mode 100644 index 000000000000..7068010b069c --- /dev/null +++ b/graphics/jgraph/files/patch-token.c @@ -0,0 +1,10 @@ +--- token.c.orig Fri Mar 19 17:50:19 1999 ++++ token.c Fri Mar 19 18:09:54 1999 +@@ -6,6 +6,7 @@ + */ + + #include <math.h> ++#include <stdlib.h> + #include <stdio.h> + + #ifdef LCC |