From 74263a25ad53f8f78bec09a0a59742a4bedcaf0d Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 7 Jan 2002 10:28:29 +0000 Subject: fix for gsm Original commit message from CVS: fix for gsm --- ext/gsm/gstgsmdec.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/gsm/gstgsmdec.h') diff --git a/ext/gsm/gstgsmdec.h b/ext/gsm/gstgsmdec.h index d46c5cd1..a08e857e 100644 --- a/ext/gsm/gstgsmdec.h +++ b/ext/gsm/gstgsmdec.h @@ -25,7 +25,11 @@ #include #include +#ifdef GSM_HEADER_IN_SUBDIR +#include +#else #include +#endif #ifdef __cplusplus extern "C" { -- cgit v1.2.1