14 lines
361 B
Text
14 lines
361 B
Text
$NetBSD: patch-ab,v 1.1 2005/11/08 16:56:46 tv Exp $
|
|
|
|
--- src/token.h.orig 2005-03-08 22:22:26.000000000 -0500
|
|
+++ src/token.h
|
|
@@ -7,7 +7,9 @@
|
|
/* --- Standard includes --- */
|
|
|
|
#include <string.h>
|
|
+#ifndef __INTERIX
|
|
#include <stdint.h>
|
|
+#endif
|
|
|
|
|
|
/* --- Token structure (the description field is used by the directory scan and for debugging output) --- */
|