diff options
| author | mlundinse <lundin@mlu.mine.nu> | 2013-08-27 11:18:21 +0200 |
|---|---|---|
| committer | mlundinse <lundin@mlu.mine.nu> | 2013-08-27 11:18:21 +0200 |
| commit | bb392dc5b82c7d60744b7c75cfda9b171685f8bf (patch) | |
| tree | 35902abe3f0deee7433d8175050f490d0de68f97 | |
| parent | 000fb5a942aef9fa5c39aaff47186e8ba5d29451 (diff) | |
removed inclusion of stdbool
| -rw-r--r-- | libmaple/include/libmaple/midi_specs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/include/libmaple/midi_specs.h b/libmaple/include/libmaple/midi_specs.h index 293060d..fb013cc 100644 --- a/libmaple/include/libmaple/midi_specs.h +++ b/libmaple/include/libmaple/midi_specs.h @@ -37,7 +37,7 @@ #ifndef __LETS_MIDI_SPECS_H__ #define __LETS_MIDI_SPECS_H__ #include <stdint.h> -#include <stdbool.h> +//#include <stdbool.h> // rework this for the different architectures.... #if defined(__GNUC__) typedef struct |
