From d842aebec31fd21fe0803cb9504ded698f6c1457 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 24 Jan 2011 00:24:27 +0100 Subject: configure.ac: Fix firmware/decoders dir variables. FIRMWARE_DIR and DECODERS_DIR as defined in config.h need some magic applied to resolve the $prefix/$data variable to an absolute path. --- decode.c | 1 + 1 file changed, 1 insertion(+) (limited to 'decode.c') diff --git a/decode.c b/decode.c index da8624a..6acbd10 100644 --- a/decode.c +++ b/decode.c @@ -22,6 +22,7 @@ #include #include #include +#include /* Re-define some string functions for Python >= 3.0. */ #if PY_VERSION_HEX >= 0x03000000 -- cgit v1.2.3-70-g09d2