More portability fixes. I think this now does something on BSDI.

This commit is contained in:
rocky
2005-01-06 03:38:58 +00:00
parent 97af0343c5
commit 7b3a089b9f
5 changed files with 36 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: toc.c,v 1.2 2005/01/05 04:16:11 rocky Exp $
$Id: toc.c,v 1.3 2005/01/06 03:38:58 rocky Exp $
Copyright (C) 2005 Rocky Bernstein <rocky@panix.com>
Copyright (C) 1998 Monty xiphmont@mit.edu
@@ -23,6 +23,10 @@
* Table of contents convenience functions
******************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "low_interface.h"
#include "utils.h"