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