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
|
#ifndef _fencer_drop_h
|
||||||
#define _fencer_drop_h
|
#define _fencer_drop_h
|
||||||
|
|
||||||
|
#include "typeclass_helpers.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
void (*const drop)(void* self);
|
void (*const drop)(void* self);
|
||||||
} IDrop;
|
} IDrop;
|
||||||
|
|
Loading…
Reference in a new issue