$NetBSD$

--- cpp/cpp.h.orig	Mon May 26 16:19:10 1997
+++ cpp/cpp.h
@@ -11,7 +11,7 @@
 #define NULL	0
 #endif
 
-#ifndef __alpha
+#if defined(__NetBSD__) || !defined(__alpha)
 typedef unsigned char uchar;
 #endif
 
