aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Platform/XMEGA/ClockManagement.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-07-01 13:20:16 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-07-01 13:20:16 +0000
commit5d9403fde4e0d89313121fcd5fa4cfc6c4ddfc4e (patch)
treeea79e4966e1566bc4fd088db9993a8f099558eba /LUFA/Platform/XMEGA/ClockManagement.h
parent2e27cc267069368071915b48e9090d393bedd1ce (diff)
downloadlufa-5d9403fde4e0d89313121fcd5fa4cfc6c4ddfc4e.tar.gz
lufa-5d9403fde4e0d89313121fcd5fa4cfc6c4ddfc4e.tar.bz2
lufa-5d9403fde4e0d89313121fcd5fa4cfc6c4ddfc4e.zip
Fix up non-relative header file include paths (thanks to Kim Blomqvist).
Diffstat (limited to 'LUFA/Platform/XMEGA/ClockManagement.h')
-rw-r--r--LUFA/Platform/XMEGA/ClockManagement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Platform/XMEGA/ClockManagement.h b/LUFA/Platform/XMEGA/ClockManagement.h
index c0553aeb9..c824c89fb 100644
--- a/LUFA/Platform/XMEGA/ClockManagement.h
+++ b/LUFA/Platform/XMEGA/ClockManagement.h
@@ -70,7 +70,7 @@
#define _XMEGA_CLOCK_MANAGEMENT_H_
/* Includes: */
- #include <LUFA/Common/Common.h>
+ #include "../../Common/Common.h"
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)