pkgsrc/devel/pccts/patches/patch-af
fredb b8a9c642b2 Check for __STDC_HOSTED__ to see whether or not to use prototypes and
<stdargs.h>, as well as __STDC__, so this'll build with gcc-3.2.2.
2003-11-09 06:15:24 +00:00

12 lines
295 B
Text

$NetBSD: patch-af,v 1.1 2003/11/09 06:15:24 fredb Exp $
--- sorcerer/lib/sintstack.c.orig 1999-06-30 08:08:06.000000000 -0500
+++ sorcerer/lib/sintstack.c
@@ -26,6 +26,7 @@
* AHPCRC, University of Minnesota
* 1992-1994
*/
+#include "pcctscfg.h"
#include <stdio.h>
#include <setjmp.h>