blob: f6b618d39003a78a17c66f169ccc35ea93f31401 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ah,v 1.2 2000/06/03 10:57:13 wiz Exp $
--- types.h.orig Tue Dec 7 03:01:23 1999
+++ types.h Thu Jun 1 02:43:11 2000
@@ -13,6 +13,8 @@
#include MACH_TYPES
#endif
+#include "endian.h"
+
typedef unsigned char u8;
typedef signed char s8;
|