From de37f4111556686518a47f5f68377b69bb40bc48 Mon Sep 17 00:00:00 2001 From: James Stembridge Date: Tue, 27 Jan 2004 19:13:05 +0000 Subject: Correct path for config.h, patch from Graham Brooks (gbrooks at imsmail dot org) CVS patchset: 6073 CVS date: 2004/01/27 19:13:05 --- src/libfaad/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/libfaad/common.h b/src/libfaad/common.h index 439316c2c..a1dbe00f6 100644 --- a/src/libfaad/common.h +++ b/src/libfaad/common.h @@ -22,7 +22,7 @@ ** Commercial non-GPL licensing of this software is possible. ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com. ** -** $Id: common.h,v 1.11 2004/01/26 22:34:10 jstembridge Exp $ +** $Id: common.h,v 1.12 2004/01/27 19:13:05 jstembridge Exp $ **/ #ifndef __COMMON_H__ @@ -162,7 +162,7 @@ typedef float float32_t; #else #ifdef HAVE_CONFIG_H -# include "../config.h" +# include "config.h" #endif #include -- cgit v1.2.3