$NetBSD: patch-ay,v 1.1 2004/09/11 02:05:01 minskim Exp $

--- memalloc.c.orig	2003-02-25 21:24:01.000000000 -0600
+++ memalloc.c
@@ -4,6 +4,9 @@
 #define CS_H_NO_MACROS_FOR_GLOBALS  1
 
 #include <cs.h>
+#ifdef __linux__
+#include <stdint.h>
+#endif
 #include "memalloc.h"
 
 #define CS_MEMINFO_BLOCK_SIZE   256
