fix: drop.h now correctly includes typeclass_helpers.h
This commit is contained in:
parent
bf23ff877a
commit
a17915dbfb
|
@ -1,6 +1,8 @@
|
|||
#ifndef _fencer_drop_h
|
||||
#define _fencer_drop_h
|
||||
|
||||
#include "typeclass_helpers.h"
|
||||
|
||||
typedef struct {
|
||||
void (*const drop)(void* self);
|
||||
} IDrop;
|
||||
|
|
Loading…
Reference in a new issue