Correct test for enable_cdda to accept either curses.h *or* ncurses.h
Add <strings.h> in more places that use bzero. Checks suggested by Blake Jones. Add preprocessor symbol CDIO_CONFIG_H to <cdio_config.h>
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
#include "getopt.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
#endif
|
||||
#ifdef HAVE_CDDB
|
||||
#include <cddb/cddb.h>
|
||||
#include "cddb.h"
|
||||
|
||||
Reference in New Issue
Block a user