From e9c92f9c11d93841e61cd40bd989359a597dab71 Mon Sep 17 00:00:00 2001 From: flameeyes Date: Thu, 9 Aug 2007 01:49:09 +0000 Subject: [PATCH] Include config.h, or the build will fail on at least Mac OS X. --- example/cdio-eject.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/example/cdio-eject.c b/example/cdio-eject.c index 0f8f23ce..5ff5f8e2 100644 --- a/example/cdio-eject.c +++ b/example/cdio-eject.c @@ -1,5 +1,5 @@ /* -*- c -*- - $Id: cdio-eject.c,v 1.2 2007/04/15 16:23:58 rocky Exp $ + $Id: cdio-eject.c,v 1.3 2007/08/09 01:49:09 flameeyes Exp $ Copyright (C) 2007 Rocky Bernstein This program is free software; you can redistribute it and/or modify @@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include