summaryrefslogtreecommitdiff
path: root/firmware/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/profile.c')
-rw-r--r--firmware/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/profile.c b/firmware/profile.c
index 30a1e9fccc..0545acce3c 100644
--- a/firmware/profile.c
+++ b/firmware/profile.c
@@ -59,7 +59,7 @@
59#include <system.h> 59#include <system.h>
60#include <string.h> 60#include <string.h>
61#include <timer.h> 61#include <timer.h>
62#include <sys/types.h> 62#include "inttypes.h"
63#include "profile.h" 63#include "profile.h"
64 64
65/* PFD is Profiled Function Data */ 65/* PFD is Profiled Function Data */