Skip to content

Commit

Permalink
include stddef to get NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Apr 21, 2024
1 parent 17c7db4 commit f9ff7b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/nsfplaycore.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// so that the first song in the NSF is song 1.

#include <stdint.h>
#include <stddef.h>

// auto-generated enumerations for settings and properties
#include "nsfplayenums.h"
Expand Down

0 comments on commit f9ff7b0

Please sign in to comment.