diff --git a/common/queue.h b/common/queue.h index 35aac89..b4d7a59 100644 --- a/common/queue.h +++ b/common/queue.h @@ -31,7 +31,7 @@ struct _unicap_queue void * data; struct _unicap_queue *next; -} unicap_queue; +}; typedef struct _unicap_queue unicap_queue_t; diff --git a/cpi/euvccam/queue.h b/cpi/euvccam/queue.h index 366e1fc..177a1a6 100644 --- a/cpi/euvccam/queue.h +++ b/cpi/euvccam/queue.h @@ -34,7 +34,7 @@ struct _unicap_queue void * data; struct _unicap_queue *next; -} unicap_queue; +}; typedef struct _unicap_queue unicap_queue_t;