diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-06 20:17:41 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-06 20:17:41 -0400 |
commit | 9016d46134324cdb6b44d52f3adf639bc9c4c186 (patch) | |
tree | cb57827fec7b2971fa77fe6d53407fcc32c014c4 /libmaple | |
parent | b0a0002b2e4b9dd795afc571748d91353df15fa6 (diff) | |
download | librambutan-9016d46134324cdb6b44d52f3adf639bc9c4c186.tar.gz librambutan-9016d46134324cdb6b44d52f3adf639bc9c4c186.zip |
IWDG include fixup.
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/iwdg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmaple/iwdg.h b/libmaple/iwdg.h index 81f0fdb..e0a2d62 100644 --- a/libmaple/iwdg.h +++ b/libmaple/iwdg.h @@ -40,6 +40,7 @@ #define _IWDG_H_ #include "libmaple_types.h" +#include "util.h" #ifdef __cplusplus extern "C"{ |