Correct include path for HIToolbox/Events.h

This commit is contained in:
Lubos Dolezel 2020-02-24 23:16:36 +01:00
parent 42dc8c10a7
commit f610b22d14

View File

@ -2,7 +2,7 @@
#define _CARBONKEYS_H
#include <stdint.h>
#include <Carbon/HIToolbox/Events.h>
#include <HIToolbox/Events.h>
// The contents of this file are hardware specific to a certain degree,
// but this is probably as good as we can do.