Browse Source

Add stddef.h so it builds on mingw.

master
Andrew Belt 3 years ago
parent
commit
2fc6405883
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      blendish.h

+ 1
- 0
blendish.h View File

@@ -25,6 +25,7 @@ THE SOFTWARE.
#ifndef BLENDISH_H
#define BLENDISH_H

#include <stddef.h>
#include <nanovg.h>

#ifdef __cplusplus


Loading…
Cancel
Save