fix: drop.h now correctly includes typeclass_helpers.h

This commit is contained in:
Sara 2024-01-11 23:28:21 +01:00
parent bf23ff877a
commit a17915dbfb

View file

@ -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;