15 lines
334 B
Plaintext
15 lines
334 B
Plaintext
$NetBSD: patch-ad,v 1.1 2009/05/18 05:44:13 dholland Exp $
|
|
|
|
64-bit cleanliness.
|
|
|
|
--- rx/rxgnucomp.c.orig 2009-05-18 01:41:42.000000000 -0400
|
|
+++ rx/rxgnucomp.c 2009-05-18 01:41:47.000000000 -0400
|
|
@@ -18,6 +18,7 @@
|
|
|
|
|
|
#include <sys/types.h>
|
|
+#include <stdio.h>
|
|
#include "rxall.h"
|
|
#include "rxgnucomp.h"
|
|
#include "inst-rxposix.h"
|