summaryrefslogtreecommitdiff
path: root/emulators/DatLib/patches/patch-ab
blob: 85deae47fc16bd74375b92e581e0f83ed6fda1d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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) --- */