blob: c123dcae2b71355361e6d8ca55b54d7387e96f81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Description: for missing uchar_t
Bug-Dyson: https://www.osdyson.org/issues/192
Index: libc/usr/src/head/arpa/nameser.h
===================================================================
--- libc.orig/usr/src/head/arpa/nameser.h
+++ libc/usr/src/head/arpa/nameser.h
@@ -62,6 +62,7 @@
#define _ARPA_NAMESER_H
#include <sys/isa_defs.h>
+#include <sys/types.h>
#ifdef __cplusplus
|