summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-11-24 09:43:11 +0100
committerSylvain Munaut <tnt@246tNt.com>2010-11-24 09:43:11 +0100
commit9c7c75a1c7b5da346c11d6c8623775f7d75980c5 (patch)
tree6340aee1580422e893115029bf8cf0c9fa95f20e /src/target/firmware/layer1
parente0f846faa28ea24198607c9320cd3c6d9f2adb80 (diff)
fw/layer1: Fix missing include in prim_pm.c
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/target/firmware/layer1')
-rw-r--r--src/target/firmware/layer1/prim_pm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/firmware/layer1/prim_pm.c b/src/target/firmware/layer1/prim_pm.c
index 78a7eb6d..134bffde 100644
--- a/src/target/firmware/layer1/prim_pm.c
+++ b/src/target/firmware/layer1/prim_pm.c
@@ -45,6 +45,7 @@
#include <layer1/tdma_sched.h>
#include <layer1/tpu_window.h>
#include <layer1/l23_api.h>
+#include <layer1/prim.h>
#include <l1ctl_proto.h>