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.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ksym.c') diff --git a/ksym.c b/ksym.c index feb45f63..8dff9ac7 100644 --- a/ksym.c +++ b/ksym.c @@ -1,3 +1,5 @@ +#include "config.h" + #ifdef FEATURE_KLOGD /* ksym.c - functions for kernel address->symbol translation -- cgit