author | R. Bernstein <rocky@gnu.org> | 2009年11月26日 05:31:39 -0500 |
---|---|---|
committer | R. Bernstein <rocky@gnu.org> | 2009年11月26日 05:31:39 -0500 |
commit | 35663d626645eb298b59b1dfef31b8f36f5c3787 (patch) | |
tree | a31b383433cffb34faaffa331f05ce7b9dcac6b8 /example/eject.c | |
parent | 9bec7fc20431c3a6527ea419eaceebe49737d9dc (diff) | |
download | libcdio-35663d626645eb298b59b1dfef31b8f36f5c3787.tar.gz |
-rw-r--r-- | example/eject.c | 5 |
diff --git a/example/eject.c b/example/eject.c index 1504bcf7..d239ef25 100644 --- a/example/eject.c +++ b/example/eject.c @@ -24,16 +24,13 @@ See also corresponding C++ program of a similar name. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include <cdio/cdio.h> #ifdef HAVE_STDIO_H #include <stdio.h> #endif #ifdef HAVE_STDLIB_H #include <stdlib.h> #endif -#include <cdio/cdio.h> #ifdef HAVE_STRING_H #include <string.h> #endif |