diff options
-rw-r--r-- | cad/magic/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/magic/files/patch-aa b/cad/magic/files/patch-aa index 1b6b00465bbb..d62525dc6cbf 100644 --- a/cad/magic/files/patch-aa +++ b/cad/magic/files/patch-aa @@ -83,7 +83,7 @@ *************** *** 22,27 **** --- 22,28 ---- - static char rcsid[]="$Header: /a/ncvs/ports/cad/magic/patches/patch-aa,v 1.3 1995/01/29 21:56:58 ats Exp $"; + static char rcsid[]="$Header: /home/ncvs/ports/cad/magic/patches/patch-aa,v 1.4 1995/02/25 21:35:19 ats Exp $"; #endif not lint + #include <sys/types.h> @@ -227,7 +227,7 @@ *************** *** 19,24 **** --- 19,25 ---- - static char rcsid[] = "$Header: /a/ncvs/ports/cad/magic/patches/patch-aa,v 1.3 1995/01/29 21:56:58 ats Exp $"; + static char rcsid[] = "$Header: /home/ncvs/ports/cad/magic/patches/patch-aa,v 1.4 1995/02/25 21:35:19 ats Exp $"; #endif not lint + #include <stdlib.h> @@ -387,7 +387,7 @@ LIB= ${MAGICDIR}/lib SYSLIB= ${CADDIR}/lib/magic/sys BIN= ${CADDIR}/bin -! IFLAGS= -I. -I${H} -I/usr/X11R6/include +! IFLAGS= -I. -I${H} -I${X11BASE}/include # # Configuration for flags and libraries # |