diff options
author | joerg <joerg@pkgsrc.org> | 2015-01-09 14:28:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-01-09 14:28:42 +0000 |
commit | 488b508ee47e62d34d187f928ae9356b2c6f2b69 (patch) | |
tree | e11426099e61bb04100b89ede14fc6aceeaded5d /comms/tn3270/patches | |
parent | 1eb2b1841af0dc3be675df2f94fa256c02da4ef7 (diff) | |
download | pkgsrc-488b508ee47e62d34d187f928ae9356b2c6f2b69.tar.gz |
Don't depend on parser skeleton to include stdlib.h.
Diffstat (limited to 'comms/tn3270/patches')
-rw-r--r-- | comms/tn3270/patches/patch-tools_mkmake_mkmake.y | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/tn3270/patches/patch-tools_mkmake_mkmake.y b/comms/tn3270/patches/patch-tools_mkmake_mkmake.y new file mode 100644 index 00000000000..9f9a7febdf9 --- /dev/null +++ b/comms/tn3270/patches/patch-tools_mkmake_mkmake.y @@ -0,0 +1,12 @@ +$NetBSD: patch-tools_mkmake_mkmake.y,v 1.1 2015/01/09 14:28:42 joerg Exp $ + +--- tools/mkmake/mkmake.y.orig 2015-01-09 12:31:43.000000000 +0000 ++++ tools/mkmake/mkmake.y +@@ -40,6 +40,7 @@ __RCSID("$NetBSD: mkmake.y,v 1.1.1.1 201 + #endif + #endif /* not lint */ + #endif ++#include <stdlib.h> + + typedef struct string { + int |