Read in configuration settings from config.h. paranoia was GNU/Linux based
so the #includes had been set specific to that.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
$Id: paranoia.c,v 1.1 2004/12/18 17:29:32 rocky Exp $
|
||||
$Id: paranoia.c,v 1.2 2004/12/22 09:41:58 rocky Exp $
|
||||
|
||||
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
|
||||
Copyright (C) 1998 Monty xiphmont@mit.edu
|
||||
@@ -63,10 +63,18 @@
|
||||
|
||||
**************************************************************/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include <math.h>
|
||||
#include <cdio/cdda_interface.h>
|
||||
#include "../cdda_interface/smallft.h"
|
||||
|
||||
Reference in New Issue
Block a user