diff options
author | itohy <itohy> | 1999-09-13 01:23:23 +0000 |
---|---|---|
committer | itohy <itohy> | 1999-09-13 01:23:23 +0000 |
commit | b55513bcff86e58f400fbf1414cca761fb7043f4 (patch) | |
tree | 8b314b68c4a95a55426aca68b5b9334c73e43a36 /x11/oneko/patches | |
parent | 6ed232feef1b3878b2b1f0c9c153d796718a1db2 (diff) | |
download | pkgsrc-b55513bcff86e58f400fbf1414cca761fb7043f4.tar.gz |
Add <stdlib.h> so that atof(3) should work correctly.
Diffstat (limited to 'x11/oneko/patches')
-rw-r--r-- | x11/oneko/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/oneko/patches/patch-ab b/x11/oneko/patches/patch-ab new file mode 100644 index 00000000000..677c213b8c5 --- /dev/null +++ b/x11/oneko/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 1999/09/13 01:23:24 itohy Exp $ + +--- oneko.h.orig Thu Oct 31 21:38:52 1991 ++++ oneko.h Sat Sep 11 19:34:29 1999 +@@ -17,6 +17,9 @@ + #include <signal.h> + #include <math.h> + #include <sys/time.h> ++#ifndef X_NOT_STDC_ENV ++#include <stdlib.h> ++#endif + + + /* |