blob: b189f5b9d6a7b5a6f25efb5e9c9b6f34131f871b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gen_allocdefs.h.orig 2012-01-23 20:49:57.000000000 -0200
+++ gen_allocdefs.h 2012-01-23 20:50:15.000000000 -0200
@@ -1,6 +1,8 @@
#ifndef GEN_ALLOC_DEFS_H
#define GEN_ALLOC_DEFS_H
+#include "alloc.h"
+
#define GEN_ALLOC_ready(ta,type,field,len,a,i,n,x,base,ta_ready) \
int ta_ready(x,n) register ta *x; register unsigned int n; \
{ register unsigned int i; \
|