From 2355fac2c6753cda830314f117fb4ffe883df820 Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Tue, 8 Sep 2009 12:13:49 +0200 Subject: [PATCH] sys/module.h: include sys/linker_set.h --- sys/sys/module.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/module.h b/sys/sys/module.h index 979d193a9b..1669c388e8 100644 --- a/sys/sys/module.h +++ b/sys/sys/module.h @@ -33,6 +33,7 @@ #ifndef _SYS_TYPES_H_ #include #endif +#include /* * Module metadata types -- 2.11.4.GIT