blob: a440d44a61480a97564c0ea1b4c6233a2798c262 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aq,v 1.2 2002/03/23 02:23:01 wiz Exp $
--- sdif.h.orig Fri Jan 25 05:02:59 2002
+++ sdif.h
@@ -53,7 +53,8 @@
#ifndef __SDIF_H
#define __SDIF_H
-
+#include "cs.h"
+#undef printf
/****************************************************/
/* Create 32-bit and 64-bit int and float typedefs. */
|