diff options
Diffstat (limited to 'src/common.c')
-rw-r--r-- | src/common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c index 313f0d0..dc01da4 100644 --- a/src/common.c +++ b/src/common.c @@ -1,8 +1,11 @@ // Copyright 2012-2022 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC +// Common implementations of public API functions in the core library + #include "internal.h" +#include "platform.h" #include "types.h" #include "pugl/pugl.h" |