Fix <dispd.h> not including <stddef.h> and <stdint.h>.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-02-25 23:01:48 +01:00
parent 6419df7a6d
commit c38f5605e8
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
#if !defined(__cplusplus)
#include <stdbool.h>
#endif
#include <stddef.h>
#include <stdint.h>
#if defined(__cplusplus)
extern "C" {