Include config.h, or the build will fail on at least Mac OS X.

This commit is contained in:
flameeyes
2007-08-09 01:49:09 +00:00
parent 25482cb99b
commit e9c92f9c11

View File

@@ -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 <rocky@gnu.org>
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 <cdio/cdio.h>
#include <stdio.h>
#include <string.h>