summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-03-07 19:58:32 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-03-07 19:58:32 +0000
commit47b1e195d3f4b040674de3112e937f07ae37ecd4 (patch)
tree3f25a387295073cb5983628688fa744de065d03d
parent48256e135d2e3466b53cd41780a00ebd0271ea10 (diff)
downloadxine-lib-47b1e195d3f4b040674de3112e937f07ae37ecd4.tar.gz
xine-lib-47b1e195d3f4b040674de3112e937f07ae37ecd4.tar.bz2
ok, lets try to not break the frontends...
CVS patchset: 4364 CVS date: 2003/03/07 19:58:32
-rw-r--r--src/xine-utils/xineutils.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h
index 98c3a4a97..40c3ae926 100644
--- a/src/xine-utils/xineutils.h
+++ b/src/xine-utils/xineutils.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xineutils.h,v 1.45 2003/03/05 17:13:09 esnel Exp $
+ * $Id: xineutils.h,v 1.46 2003/03/07 19:58:32 miguelfreitas Exp $
*
*/
#ifndef XINEUTILS_H
@@ -38,7 +38,10 @@ extern "C" {
#include "xmlparser.h"
#include "xine_buffer.h"
#include "configfile.h"
+
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#endif
#include <stdio.h>
#include <string.h>