diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 686da09f5..b0836d31d 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -20,6 +20,7 @@ #define portable_mutex_lock pthread_mutex_lock #define portable_mutex_unlock pthread_mutex_unlock +struct allocitem { uint32_t allocsize,type; }; struct queueitem { struct queueitem *next,*prev; uint32_t allocsize,type; }; typedef struct queue