From 3f08e1f7264357d8f5e123cb0e1e93a37b69c42b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 11 Jul 2007 10:53:58 +0000 Subject: moving towards autotools build system - config.h include forgotten & now fixed --- ksym_mod.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ksym_mod.c') diff --git a/ksym_mod.c b/ksym_mod.c index 12f2c010..d84140e0 100644 --- a/ksym_mod.c +++ b/ksym_mod.c @@ -1,3 +1,5 @@ +#include "config.h" + #ifdef FEATURE_KLOGD /* ksym_mod.c - functions for building symbol lookup tables for klogd -- cgit